/[libvob]/libvob/vob/demo/paper/util.py
ViewVC logotype

Diff of /libvob/vob/demo/paper/util.py

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

revision 1.2 by jvk, Mon Apr 28 07:06:24 2003 UTC revision 1.3 by tjl, Fri Jun 6 20:04:23 2003 UTC
# Line 70  class ColorMapScene: Line 70  class ColorMapScene:
70              AbstractUpdateManager.chg()              AbstractUpdateManager.chg()
71    
72      def scene(self, vs):      def scene(self, vs):
73          putnoc(vs, background(self.bgcolor))          vs.put( background(self.bgcolor))
74    
75          cs1 = vs.coords.affine(0, "1", 0, -90, 0, 1, 0, 0, 1)          cs1 = vs.coords.affine(0, "1", 0, -90, 0, 1, 0, 0, 1)
76    
77          putnoc(vs, getDListNocoords("""          vs.put( getDListNocoords("""
78              PointSize 1              PointSize 1
79              Disable TEXTURE_2D              Disable TEXTURE_2D
80              PushMatrix              PushMatrix
# Line 84  class ColorMapScene: Line 84  class ColorMapScene:
84          rotate(vs, "rot", self.angle, -1, 1, 1)          rotate(vs, "rot", self.angle, -1, 1, 1)
85          vs.map.put(cmap, cs1)          vs.map.put(cmap, cs1)
86          poptrans(vs, "rot")          poptrans(vs, "rot")
87          putnoc(vs, getDListNocoords("""          vs.put( getDListNocoords("""
88              PopMatrix              PopMatrix
89          """))          """))
90    

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