/[gzz]/gzz/lava/gfx/blob/Obj.py
ViewVC logotype

Diff of /gzz/lava/gfx/blob/Obj.py

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

revision 1.12 by tjl, Thu Aug 1 08:18:55 2002 UTC revision 1.13 by tjl, Mon Sep 23 09:09:29 2002 UTC
# Line 390  class BlobScene: Line 390  class BlobScene:
390            END            END
391          """)          """)
392          print "CODE: ",code          print "CODE: ",code
393          self.prog = GZZGL.createVertexProgramNV(code)          self.prog = GL.createVertexProgramNV(code)
394    
395          l = vector((-1,-1,-1)).normalized()          l = vector((-1,-1,-1)).normalized()
396          h = (l + vector((0, 0, -1))).normalized()          h = (l + vector((0, 0, -1))).normalized()
# Line 449  class BlobScene: Line 449  class BlobScene:
449          # self.blobCode = connectors(conns)          # self.blobCode = connectors(conns)
450    
451          (code, params) = blendedConnectorProgram(conns)          (code, params) = blendedConnectorProgram(conns)
452          self.blendProg = GZZGL.createVertexProgramNV(code)          self.blendProg = GL.createVertexProgramNV(code)
453          print "Params: ", params          print "Params: ", params
454          self.blendPar = getDListNocoords(params)          self.blendPar = getDListNocoords(params)
455    

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

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