/[gzz]/gzz/test/tools/gfx.py
ViewVC logotype

Diff of /gzz/test/tools/gfx.py

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

revision 1.15 by tjl, Thu Dec 19 23:06:01 2002 UTC revision 1.16 by tjl, Sun Jan 12 11:41:48 2003 UTC
# Line 22  if gzz.client.GraphicsAPI.getInstance(). Line 22  if gzz.client.GraphicsAPI.getInstance().
22      _drawbufvs.map.put(SolidBgVob(Color(0, 0, 0.2)))      _drawbufvs.map.put(SolidBgVob(Color(0, 0, 0.2)))
23      _drawbufvs.map.put(GLCache.getCallList("""      _drawbufvs.map.put(GLCache.getCallList("""
24          Disable TEXTURE_2D          Disable TEXTURE_2D
25            Color 1 1 1 1
26      """))      """))
27      cs = _drawbufvs.translateCS(0, "tr", 0, 501)      cs = _drawbufvs.translateCS(0, "tr", 0, 501)
28      _drawbufvs.map.put(      _drawbufvs.map.put(
         GLCache.getCallList("""  
             Color 1 1 1 1  
         """)  
     )  
     _drawbufvs.map.put(  
29          GLRen.createDrawPixels(          GLRen.createDrawPixels(
30              500, 500,              500, 500,
31              "RGB", "UNSIGNED_BYTE", _buf),              "RGB", "UNSIGNED_BYTE", _buf),

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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