/[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.39 by mudyc, Mon Oct 7 18:30:46 2002 UTC revision 1.40 by jvk, Wed Oct 9 14:07:27 2002 UTC
# Line 173  class ThePaperMill(PaperMill): Line 173  class ThePaperMill(PaperMill):
173                                            
174                  if dbg: print "Texture"+str(i)+":", t.getName()                  if dbg: print "Texture"+str(i)+":", t.getName()
175                                            
176                  sh.setTexture(i, t.getTexId())                  sh.setTexture(i, t)
177    
178          if emboss:          if emboss:
179              comb = EmbossCombinerPass()              comb = EmbossCombinerPass()
# Line 205  class ThePaperMill(PaperMill): Line 205  class ThePaperMill(PaperMill):
205                                    
206          code += (          code += (
207              sh.setupCode() +              sh.setupCode() +
208              comb.setupCode(sh.getRGBoutputs(), colors, rnd, trans)              comb.setupCode(sh.getRGBoutputs(), sh.getRGBoutputscales(), colors, rnd, trans)
209          )          )
210    
211          ppass.setSetupcode(code)          ppass.setSetupcode(code)

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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