/[libvob]/libvob/org/nongnu/libvob/demo/paper/util.py
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/demo/paper/util.py

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

revision 1.1 by jvk, Wed Mar 26 16:06:14 2003 UTC revision 1.2 by jvk, Wed Mar 26 20:28:52 2003 UTC
# Line 72  class ColorMapScene: Line 72  class ColorMapScene:
72      def scene(self, vs):      def scene(self, vs):
73          putnoc(vs, background(self.bgcolor))          putnoc(vs, background(self.bgcolor))
74    
75          cs1 = vs.coords.affineCoordsys(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("""          putnoc(vs, getDListNocoords("""
78              PointSize 1              PointSize 1
# Line 121  rng = java.util.Random() Line 121  rng = java.util.Random()
121  def toggleOpengl11(*args):  def toggleOpengl11(*args):
122      org.nongnu.libvob.gl.PaperOptions.use_opengl_1_1 = \      org.nongnu.libvob.gl.PaperOptions.use_opengl_1_1 = \
123              not org.nongnu.libvob.gl.PaperOptions.use_opengl_1_1              not org.nongnu.libvob.gl.PaperOptions.use_opengl_1_1
124      print 'Use of OpenGL 1.1:', org.nongnu.libvob.PaperOptions.use_opengl_1_1      print 'Use of OpenGL 1.1:', org.nongnu.libvob.gl.PaperOptions.use_opengl_1_1
125    
126  def togglePapermillDebug(*args):  def togglePapermillDebug(*args):
127      org.nongnu.libvob.paper.papermill.dbg = not org.nongnu.libvob.paper.papermill.dbg      org.nongnu.libvob.paper.papermill.dbg = not org.nongnu.libvob.paper.papermill.dbg

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