fenfire-commits
[Top][All Lists]
Advanced

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

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


From: Janne V. Kujala
Subject: [ff-cvs] libvob/vob/usertest fillet1.py
Date: Thu, 21 Aug 2003 10:20:28 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Janne V. Kujala <address@hidden>        03/08/21 10:20:28

Modified files:
        vob/usertest   : fillet1.py 

Log message:
        try larger graphs

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

Patches:
Index: libvob/vob/usertest/fillet1.py
diff -u libvob/vob/usertest/fillet1.py:1.2 libvob/vob/usertest/fillet1.py:1.3
--- libvob/vob/usertest/fillet1.py:1.2  Thu Aug 21 08:20:15 2003
+++ libvob/vob/usertest/fillet1.py      Thu Aug 21 10:20:28 2003
@@ -47,9 +47,10 @@
     sc = randgraph.Scene()
     #sc.size = 30
     #sc.box = 700
-    sc.size = 50
+    sc.size = 40
     sc.box = 1100
     sc.blend3d = 1
+    sc.drawInside = 0
 
     vs0 = getvs()
     vs0.put(background((.5,1,.2)))
@@ -57,7 +58,7 @@
     graphs = []
     for i in range(0,6):
         for path2 in (0,1):
-            for N in (9,15,21):
+            for N in (24,48,96):#(9,15,21):
                 graphs.append( (r.nextInt(), r.nextInt(), path2, N) )
 
     trials = []




reply via email to

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