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:24:37 -0400

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

Modified files:
        gfx/libpaper   : texcomb_GL1_1.py 

Log message:
        fix texenv

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

Patches:
Index: gzz/gfx/libpaper/texcomb_GL1_1.py
diff -c gzz/gfx/libpaper/texcomb_GL1_1.py:1.3 
gzz/gfx/libpaper/texcomb_GL1_1.py:1.4
*** gzz/gfx/libpaper/texcomb_GL1_1.py:1.3       Mon Oct 14 06:19:31 2002
--- gzz/gfx/libpaper/texcomb_GL1_1.py   Mon Oct 14 06:24:37 2002
***************
*** 40,46 ****
  
  
              # First texenv p. 402
!             TexEnv GL_TEXTURE_ENV GL_TEXTURE_ENV_MODE GL_BLEND
  
              # Multitexturing
              #Multitexture 
--- 40,46 ----
  
  
              # First texenv p. 402
!             TexEnv TEXTURE_ENV TEXTURE_ENV_COLOR %(c0)s
  
              # Multitexturing
              #Multitexture 
***************
*** 51,57 ****
            Color %(c0)s
              # SecondaryColorEXT %(c1)s
            Fog FOG_COLOR %(c2)s
!       """ 
  
          type = rnd.nextInt(3)
          # types: 0=BAND-LIKE, 1=3-COL-LERP, 2=FRACTION-LINE
--- 51,57 ----
            Color %(c0)s
              # SecondaryColorEXT %(c1)s
            Fog FOG_COLOR %(c2)s
!       """ % locals()
  
          type = rnd.nextInt(3)
          # types: 0=BAND-LIKE, 1=3-COL-LERP, 2=FRACTION-LINE




reply via email to

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