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

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

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

revision 1.24 by jvk, Fri Sep 20 15:52:33 2002 UTC revision 1.25 by jvk, Fri Sep 20 16:12:21 2002 UTC
# Line 280  class ColorMapScene: Line 280  class ColorMapScene:
280      def scene(self, vs):      def scene(self, vs):
281          putnoc(vs, background(self.bgcolor))          putnoc(vs, background(self.bgcolor))
282    
283          cs1 = vs.coords.affineCoordsys(0, "1", 0, -70*8, 0, 8, 0, 0, 8)          cs1 = vs.coords.affineCoordsys(0, "1", 0, -70, 0, 1, 0, 0, 1)
284    
285          putnoc(vs, getDListNocoords("""          putnoc(vs, getDListNocoords("""
286              PointSize 1              PointSize 1
287              Disable TEXTURE_2D              Disable TEXTURE_2D
288              PushMatrix              PushMatrix
289              Translate 600 500 100              Translate 600 450 100
290                Scale 8 8 16
291          """))          """))
292          rotate(vs, "rot", self.angle, -1, 1, 1)          rotate(vs, "rot", self.angle, -1, 1, 1)
293          vs.map.put(cmap, cs1)          vs.map.put(cmap, cs1)

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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