/[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.29 by tjl, Mon Sep 23 14:39:25 2002 UTC revision 1.30 by jvk, Tue Sep 24 13:09:24 2002 UTC
# Line 1  Line 1 
1  dbg = 0  dbg = 0
2  initialized = 0  initialized = 0
3    
4  execfile("gfx/libcolor/spaces.py")  from gfx.libpaper.colors import Colors
5    
6  from gzz.gfx.gl import GL,GLRen,Paper,PaperMill  from gzz.gfx.gl import GL,GLRen,Paper,PaperMill
7  import java  import java
# Line 23  def initialize(): Line 23  def initialize():
23      files = [      files = [
24          "textures.py",          "textures.py",
25          "texcoords.py",          "texcoords.py",
26          "colors.py",          #"colors.py",
27          "params.py"          "params.py"
28          ]          ]
29    
# Line 38  def initialize(): Line 38  def initialize():
38          # otherwise it'll be SLOW.          # otherwise it'll be SLOW.
39          if dbg: print "Using NV20 texture shaders"          if dbg: print "Using NV20 texture shaders"
40          files.append("texops_NV2X.py")          files.append("texops_NV2X.py")
41            #from gfx.libpaper.texops_NV2X import *
42      else:      else:
43          if dbg: print "Using unextended OpenGL texture accesses"          if dbg: print "Using unextended OpenGL texture accesses"
44          files.append("texops_STD.py")          files.append("texops_STD.py")
45            #from gfx.libpaper.texops_STD import *
46    
47    
48      # Check which combiners to use.      # Check which combiners to use.

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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