/[gzz]/gzz/gfx/libpaper/papermill.py
ViewVC logotype

Diff of /gzz/gfx/libpaper/papermill.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by tjl, Sat Aug 31 05:26:58 2002 UTC revision 1.15 by jvk, Sat Aug 31 05:42:32 2002 UTC
# Line 156  class DebugCombinerPass: Line 156  class DebugCombinerPass:
156          return c          return c
157    
158  execfile("gfx/libcolor/spaces.py")  execfile("gfx/libcolor/spaces.py")
159    execfile("gfx/libpaper/texcoords.py")
160    
161  class SimpleCombinerPass:  class SimpleCombinerPass:
162      def setupCode(self, texinputs, rnd):      def setupCode(self, texinputs, rnd):
# Line 550  class PaperMill: Line 551  class PaperMill:
551                  sca2 = 0.8                  sca2 = 0.8
552    
553                  if ttyp[i] == "A":                  if ttyp[i] == "A":
554                      data = getTexMat(rnd)                      #data = getTexMat(rnd)
555                        data = TexCoords.get2DTexGenData(rnd)
556                                            
557                  elif ttyp[i] == "C":                  elif ttyp[i] == "C":
558                      data = [ 0, 0, 0, sca2*rnd.nextGaussian(),                      data = [ 0, 0, 0, sca2*rnd.nextGaussian(),

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26