/[gzz]/gzz/gfx/demo/sqfillet.py
ViewVC logotype

Diff of /gzz/gfx/demo/sqfillet.py

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

revision 1.1 by tjl, Tue Oct 22 16:28:22 2002 UTC revision 1.2 by tjl, Tue Oct 22 17:03:45 2002 UTC
# Line 1  Line 1 
1  AbstractUpdateManager.defaultAnimationTime = 9000  AbstractUpdateManager.defaultAnimationTime = 150000
2  from java.lang import Math  from java.lang import Math
3    
4  class SqfScene:  class SqfScene:
# Line 32  class SqfScene: Line 32  class SqfScene:
32    
33          vs.map.put(getDListNocoords("""          vs.map.put(getDListNocoords("""
34              Color 0 0 0              Color 0 0 0
35              LineWidth 2              LineWidth 1
36          """))          """))
37    
38          vs.map.put(GLRen.createSqFilletConnection(40), cs1,          vs.map.put(GLRen.createSqFilletConnection(40), cs1,
39              cs2)              cs2)
40    
41            vs.map.put(getDListNocoords("""
42                Color 1 0 0
43            """))
44    
45          vs.map.put(GLRen.createSqFilletConnection(40), cs1,          vs.map.put(GLRen.createSqFilletConnection(40), cs1,
46              cs3)              cs3)
47    
48            vs.map.put(getDListNocoords("""
49                Color 0 1 0
50            """))
51    
52          vs.map.put(GLRen.createSqFilletConnection(40), cs2,          vs.map.put(GLRen.createSqFilletConnection(40), cs2,
53              cs3)              cs3)
54    

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

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