/[gzz]/gzz/gfx/librenderables/renderables.py
ViewVC logotype

Diff of /gzz/gfx/librenderables/renderables.py

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

revision 1.52 by tjl, Thu Sep 19 01:51:34 2002 UTC revision 1.53 by jvk, Thu Sep 19 13:01:28 2002 UTC
# Line 185  rs = [ Line 185  rs = [
185  },  },
186    
187  {  {
188        "Type": "1",
189        "Name" : "LABColorMap",
190        "Data" : "CallGL::DisplayList list; ",
191        "Params" : "int x, int y, int w, int h",
192        "ParamCode" : """
193                        Color::getImageColorMap("CIELAB", x, y, w, h, list.name);
194                    """,
195        "RenderCode" : """
196                glPushMatrix();
197                coords1.performGL();
198                glCallList(list.name);
199                glPopMatrix();
200                GLERR;
201                """,
202    },
203    
204    {
205      "Type" : "2",      "Type" : "2",
206      "Name" : "Viewport",      "Name" : "Viewport",
207      "Data" : "",      "Data" : "",

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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