gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gfx/demo paperbasis.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gfx/demo paperbasis.py
Date: Tue, 08 Oct 2002 05:51:07 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/10/08 05:51:07

Modified files:
        gfx/demo       : paperbasis.py 

Log message:
        Fix paperbasis

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/demo/paperbasis.py.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: gzz/gfx/demo/paperbasis.py
diff -c gzz/gfx/demo/paperbasis.py:1.11 gzz/gfx/demo/paperbasis.py:1.12
*** gzz/gfx/demo/paperbasis.py:1.11     Sun Oct  6 09:44:14 2002
--- gzz/gfx/demo/paperbasis.py  Tue Oct  8 05:51:07 2002
***************
*** 10,18 ****
  execfile("gfx/libcolor/spaces.py")
  
  import gfx.libpaper.textures
  # execfile("gfx/libpaper/textures.py")
! # execfile("gfx/libpaper/texcoords.py")
! # execfile("gfx/libpaper/colors.py")
  
  passmask = [ 1, 0, 0, 0 ]
  
--- 10,19 ----
  execfile("gfx/libcolor/spaces.py")
  
  import gfx.libpaper.textures
+ gfx.libpaper.textures.init()
  # execfile("gfx/libpaper/textures.py")
! execfile("gfx/libpaper/texcoords.py")
! execfile("gfx/libpaper/colors.py")
  
  passmask = [ 1, 0, 0, 0 ]
  
***************
*** 260,266 ****
              ActiveTexture TEXTURE0
      """)
  
!     texid = ptextures["RGB2"][2].getTexId();
      
      constcode = """
          ActiveTexture TEXTURE0
--- 261,267 ----
              ActiveTexture TEXTURE0
      """)
  
!     texid = gfx.libpaper.textures.ptextures["RGB2"][3].getTexId();
      
      constcode = """
          ActiveTexture TEXTURE0




reply via email to

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