/[libvob]/libvob/vob/demo/paper/combinerutil.py
ViewVC logotype

Diff of /libvob/vob/demo/paper/combinerutil.py

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

revision 1.2 by jvk, Mon Apr 28 07:06:24 2003 UTC revision 1.3 by jvk, Sun Jul 13 19:04:26 2003 UTC
# Line 186  def getpaper(vecs, cols, x0, y0, x1, y1, Line 186  def getpaper(vecs, cols, x0, y0, x1, y1,
186    
187      return GLRen.createBasisPaperQuad(pap, 0, 0, x0, y0,      return GLRen.createBasisPaperQuad(pap, 0, 0, x0, y0,
188                                  0, 0, x1, y1,                                  0, 0, x1, y1,
189                                        constcode + parsedTexcodes[tex0comb],                                        GL.createDisplayList(constcode + parsedTexcodes[tex0comb]),
190                                        constcode + parsedTexcodes[tex1comb],                                        GL.createDisplayList(constcode + parsedTexcodes[tex1comb]),
191                                        constcode + parsedTexcodes[isectcomb])                                        GL.createDisplayList(constcode + parsedTexcodes[isectcomb]))
192    
193  rng = java.util.Random()  rng = java.util.Random()
194    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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