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

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

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

revision 1.3 by tjl, Fri May 23 08:52:34 2003 UTC revision 1.4 by tjl, Fri Jun 6 20:04:21 2003 UTC
# Line 164  class Scene: Line 164  class Scene:
164              SlideLin("ang", 0, .1, "Rotation", "Prior", "Next"),              SlideLin("ang", 0, .1, "Rotation", "Prior", "Next"),
165          )          )
166      def scene(self, vs):      def scene(self, vs):
167          putnoc(vs, background((.2,1,1)))          vs.put( background((.2,1,1)))
168    
169          vs.put(getDListNocoords("""          vs.put(getDListNocoords("""
170          PushAttrib ENABLE_BIT CURRENT_BIT COLOR_BUFFER_BIT TEXTURE_BIT          PushAttrib ENABLE_BIT CURRENT_BIT COLOR_BUFFER_BIT TEXTURE_BIT
# Line 208  class Scene: Line 208  class Scene:
208          vs.put(q, 0)          vs.put(q, 0)
209    
210    
211          putnoc(vs, getDListNocoords("PopAttrib"))          vs.put( getDListNocoords("PopAttrib"))
212    
213    

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

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