/[gzz]/gzz/gfx/demo/paperbasis.py
ViewVC logotype

Diff of /gzz/gfx/demo/paperbasis.py

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

revision 1.11 by tjl, Sun Oct 6 13:44:14 2002 UTC revision 1.12 by tjl, Tue Oct 8 09:51:07 2002 UTC
# Line 10  from java.lang import Math Line 10  from java.lang import Math
10  execfile("gfx/libcolor/spaces.py")  execfile("gfx/libcolor/spaces.py")
11    
12  import gfx.libpaper.textures  import gfx.libpaper.textures
13    gfx.libpaper.textures.init()
14  # execfile("gfx/libpaper/textures.py")  # execfile("gfx/libpaper/textures.py")
15  # execfile("gfx/libpaper/texcoords.py")  execfile("gfx/libpaper/texcoords.py")
16  # execfile("gfx/libpaper/colors.py")  execfile("gfx/libpaper/colors.py")
17    
18  passmask = [ 1, 0, 0, 0 ]  passmask = [ 1, 0, 0, 0 ]
19    
# Line 260  def getpaper(vecs, cols): Line 261  def getpaper(vecs, cols):
261              ActiveTexture TEXTURE0              ActiveTexture TEXTURE0
262      """)      """)
263    
264      texid = ptextures["RGB2"][2].getTexId();      texid = gfx.libpaper.textures.ptextures["RGB2"][3].getTexId();
265            
266      constcode = """      constcode = """
267          ActiveTexture TEXTURE0          ActiveTexture TEXTURE0

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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