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

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

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

revision 1.5 by mudyc, Fri Aug 22 12:33:40 2003 UTC revision 1.6 by mudyc, Fri Aug 22 13:19:54 2003 UTC
# Line 38  class Scene: Line 38  class Scene:
38      def scene(self, vs):      def scene(self, vs):
39          vs.put( background((.9, .8, .6)))          vs.put( background((.9, .8, .6)))
40          cs = vs.coords.orthoBox(0,0, 0,0, 1,1, self.x, self.y)          cs = vs.coords.orthoBox(0,0, 0,0, 1,1, self.x, self.y)
41          vs.put( vob.vobs.ContinuousLineVob( 1.0, [0,0,0, 1,1,0]), cs)          vs.put( vob.vobs.ContinuousLineVob( 12.0, [0,0,0, 1,1,0]), cs)
42          print 'scene done.'          print 'scene done.'
43            

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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