/[gzz]/gzz/gfx/demo/opengl/glinfo.py
ViewVC logotype

Diff of /gzz/gfx/demo/opengl/glinfo.py

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

revision 1.4 by tjl, Mon Sep 23 09:09:29 2002 UTC revision 1.5 by jvk, Mon Sep 30 14:04:25 2002 UTC
# Line 40  class InfoScene: Line 40  class InfoScene:
40      def scene(self, vs):      def scene(self, vs):
41          putnoc(vs, background(self.bgcolor))          putnoc(vs, background(self.bgcolor))
42    
43          cs1 = vs.coords.affineCoordsys(0, "1", 10, 0, 0, 40, 0, 0, 40)          cs1 = vs.coords.affineCoordsys(0, 10, 0, 0, 40, 0, 0, 40)
44            vs.matcher.add(cs1, "1")
45    
46          vendor = GL.getGLString("VENDOR")          vendor = GL.getGLString("VENDOR")
47          renderer = GL.getGLString("RENDERER")          renderer = GL.getGLString("RENDERER")

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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