/[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.105 by mudyc, Tue Oct 15 15:17:10 2002 UTC revision 1.106 by tjl, Fri Oct 18 14:02:14 2002 UTC
# Line 1221  rs = [ Line 1221  rs = [
1221          #endif          #endif
1222      """      """
1223  },  },
1224    
1225    {
1226        "Type": "2",
1227        "Name": "PaperConnector",
1228        "Data" : """
1229            float r, g, b;
1230            float alpha_end;
1231            float alpha_
1232        """,
1233        "Params": """
1234            float r, float g, float b,
1235        """,
1236        "ParamCode" : """
1237            this->ind = ind;
1238        """,
1239    },
1240  ]  ]
1241    
1242  def iddedParam(p):  def iddedParam(p):

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

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