fenfire-commits
[Top][All Lists]
Advanced

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

[ff-cvs] libvob/vob/usertest color3.py


From: Janne V. Kujala
Subject: [ff-cvs] libvob/vob/usertest color3.py
Date: Tue, 02 Sep 2003 08:33:45 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Janne V. Kujala <address@hidden>        03/09/02 08:33:45

Modified files:
        vob/usertest   : color3.py 

Log message:
        twid

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/usertest/color3.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: libvob/vob/usertest/color3.py
diff -u libvob/vob/usertest/color3.py:1.1 libvob/vob/usertest/color3.py:1.2
--- libvob/vob/usertest/color3.py:1.1   Mon Sep  1 10:03:36 2003
+++ libvob/vob/usertest/color3.py       Tue Sep  2 08:33:45 2003
@@ -56,7 +56,8 @@
        return vs.coords.ortho(0, 0, 100 * x, 100 * y, 100, 100)
 
     vs = getvs()
-    vs.put(background((.4,.4,.4)))
+    #vs.put(background((0,0,0)))
+    vs.put(background((.2,.2,.2)))
 
     c1 = (0, 60, 120, 180, 240, 300, )
 
@@ -133,6 +134,8 @@
            mul = .9 + .6 * r.nextDouble() 
        else:
            mul = 1.1 - .6 * r.nextDouble()
+        if delta2 == 0:
+            mul = 1
 
         if r.nextDouble() < .5: mul *= -1
 
@@ -140,5 +143,5 @@
 
 
        timeScrub()
-       Thread.sleep(1200)
+       Thread.sleep(100)
        timeScrub()




reply via email to

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