fenfire-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ff-cvs] libvob/vob/demo lines.py mouse/mousemenu.py


From: Matti Katila
Subject: [ff-cvs] libvob/vob/demo lines.py mouse/mousemenu.py
Date: Mon, 25 Aug 2003 15:48:35 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Matti Katila <address@hidden>   03/08/25 15:48:35

Modified files:
        vob/demo       : lines.py 
Added files:
        vob/demo/mouse : mousemenu.py 

Log message:
        fix lines, add new test demo for mousemenu

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/lines.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/mouse/mousemenu.py?rev=1.1

Patches:
Index: libvob/vob/demo/lines.py
diff -u libvob/vob/demo/lines.py:1.6 libvob/vob/demo/lines.py:1.7
--- libvob/vob/demo/lines.py:1.6        Fri Aug 22 09:19:54 2003
+++ libvob/vob/demo/lines.py    Mon Aug 25 15:48:35 2003
@@ -37,7 +37,7 @@
 
     def scene(self, vs):
        vs.put( background((.9, .8, .6)))
-        cs = vs.coords.orthoBox(0,0, 0,0, 1,1, self.x, self.y)
-        vs.put( vob.vobs.ContinuousLineVob( 12.0, [0,0,0, 1,1,0]), cs)
+        cs = vs.coords.ortho(0,0, 0,0, self.x, self.y)
+        vs.put( vob.vobs.ContinuousLineVob( 12.0, [0,0,0, 0.2,0.8,0,   
1,1,0]), cs)
         print 'scene done.'
      




reply via email to

[Prev in Thread] Current Thread [Next in Thread]