gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/libpaper texcomb_GL1_1.py


From: Matti Katila
Subject: [Gzz-commits] gzz/gfx/libpaper texcomb_GL1_1.py
Date: Mon, 14 Oct 2002 06:19:31 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   02/10/14 06:19:31

Modified files:
        gfx/libpaper   : texcomb_GL1_1.py 

Log message:
        added enough args

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libpaper/texcomb_GL1_1.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gzz/gfx/libpaper/texcomb_GL1_1.py
diff -c gzz/gfx/libpaper/texcomb_GL1_1.py:1.2 
gzz/gfx/libpaper/texcomb_GL1_1.py:1.3
*** gzz/gfx/libpaper/texcomb_GL1_1.py:1.2       Wed Oct  9 08:23:58 2002
--- gzz/gfx/libpaper/texcomb_GL1_1.py   Mon Oct 14 06:19:31 2002
***************
*** 3,9 ****
  #from gfx.libutil import nvcode
     
  class TransparentCombinerPass:
!     def setupCode(self, texinputs, colors, rnd, trans = 0):
        # 4 colors
        colorbase = rnd.nextInt()
        c0, c1, c2, c3 = [ colors.getColorStr(colorbase+i)
--- 3,9 ----
  #from gfx.libutil import nvcode
     
  class TransparentCombinerPass:
!     def setupCode(self, texinputs, texscales, colors, rnd, trans = 0):
        # 4 colors
        colorbase = rnd.nextInt()
        c0, c1, c2, c3 = [ colors.getColorStr(colorbase+i)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]