/[libvob]/libvob/vob/usertest/fillet1.py
ViewVC logotype

Diff of /libvob/vob/usertest/fillet1.py

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

revision 1.2 by jvk, Thu Aug 21 12:20:15 2003 UTC revision 1.3 by jvk, Thu Aug 21 14:20:28 2003 UTC
# Line 47  def run(): Line 47  def run():
47      sc = randgraph.Scene()      sc = randgraph.Scene()
48      #sc.size = 30      #sc.size = 30
49      #sc.box = 700      #sc.box = 700
50      sc.size = 50      sc.size = 40
51      sc.box = 1100      sc.box = 1100
52      sc.blend3d = 1      sc.blend3d = 1
53        sc.drawInside = 0
54    
55      vs0 = getvs()      vs0 = getvs()
56      vs0.put(background((.5,1,.2)))      vs0.put(background((.5,1,.2)))
# Line 57  def run(): Line 58  def run():
58      graphs = []      graphs = []
59      for i in range(0,6):      for i in range(0,6):
60          for path2 in (0,1):          for path2 in (0,1):
61              for N in (9,15,21):              for N in (24,48,96):#(9,15,21):
62                  graphs.append( (r.nextInt(), r.nextInt(), path2, N) )                  graphs.append( (r.nextInt(), r.nextInt(), path2, N) )
63    
64      trials = []      trials = []

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

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