/[gzz]/gzz/gfx/demo/fillet/zbuffer.py
ViewVC logotype

Diff of /gzz/gfx/demo/fillet/zbuffer.py

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

revision 1.1 by tjl, Thu Dec 5 17:33:52 2002 UTC revision 1.2 by tjl, Thu Dec 12 10:04:40 2002 UTC
# Line 19  class Scene: Line 19  class Scene:
19          self.polymode = 0          self.polymode = 0
20          initConnTexs()          initConnTexs()
21      def key(self, k):      def key(self, k):
22            """Keys:
23    
24            p: Rotate view to show Z-buffer use
25            t: Change fillet type
26            k: Use a connection
27            v: Change the color of the connecting segment
28            s: Toggle shifting of one cell
29            m: Toggle polygon mode to show the polygons drawn.
30            """
31          if k == "t":          if k == "t":
32              self.ind += 1              self.ind += 1
33              self.ind %= len(cellTexs)              self.ind %= len(cellTexs)

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