Changeset 672
- Timestamp:
- 08/24/03 15:21:12 (5 years ago)
- Files:
-
- trunk/RBRapier/demo/SVG/display.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/RBRapier/demo/SVG/display.py
r671 r672 120 120 121 121 # Note: replace 3./4. by the screen aspect ratio h/w 122 xform = Transformations.ScaleMgd(GL.GL_PROJECTION, True, (1., 3./4., 1))123 self.root.AddElement(xform.Select)124 self.root.AddPostElement(xform.Deselect)122 #xform = Transformations.ScaleMgd(GL.GL_PROJECTION, True, (1., 3./4., 1)) 123 #self.root.AddElement(xform.Select) 124 #self.root.AddPostElement(xform.Deselect) 125 125 126 126 xform = Transformations.IdentityMgd(GL.GL_MODELVIEW, True)
