/[libvob]/libvob/vob/demo/fpfont.py
ViewVC logotype

Diff of /libvob/vob/demo/fpfont.py

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

revision 1.8 by tjl, Tue Apr 29 11:22:41 2003 UTC revision 1.9 by tjl, Fri Jun 6 20:04:21 2003 UTC
# Line 573  class Scene(vob.util.PS2Reader.Listener) Line 573  class Scene(vob.util.PS2Reader.Listener)
573              AbstractUpdateManager.chg()              AbstractUpdateManager.chg()
574              return self.vs              return self.vs
575    
576          putnoc(vs, background((1,1,1)))          vs.put( background((1,1,1)))
577    
578          fpid =  fp[self.prognum].getProgId()          fpid =  fp[self.prognum].getProgId()
579    
580          print fpid          print fpid
581    
582          putnoc(vs, getDListNocoords("""          vs.put( getDListNocoords("""
583          PushAttrib ENABLE_BIT CURRENT_BIT COLOR_BUFFER_BIT TEXTURE_BIT          PushAttrib ENABLE_BIT CURRENT_BIT COLOR_BUFFER_BIT TEXTURE_BIT
584    
585          BindProgram FRAGMENT_PROGRAM_ARB %s          BindProgram FRAGMENT_PROGRAM_ARB %s
# Line 629  class Scene(vob.util.PS2Reader.Listener) Line 629  class Scene(vob.util.PS2Reader.Listener)
629              csi = vs.orthoCS(cs, str(i), 0, 0, y, 2*i, 2*i)              csi = vs.orthoCS(cs, str(i), 0, 0, y, 2*i, 2*i)
630              vs.put(tx, csi)              vs.put(tx, csi)
631                    
632          putnoc(vs, getDListNocoords("PopAttrib"))          vs.put( getDListNocoords("PopAttrib"))
633    
634          self.vs = vs          self.vs = vs
635          self.parcs = parcs          self.parcs = parcs

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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