/[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.96 by tjl, Fri Oct 4 06:54:11 2002 UTC revision 1.97 by benja, Sat Oct 5 13:59:47 2002 UTC
# Line 284  rs = [ Line 284  rs = [
284              ZPt p2 = coords2.transform(ZPt(0,0,0));              ZPt p2 = coords2.transform(ZPt(0,0,0));
285              p1.z += dz1;              p1.z += dz1;
286              p2.z += dz2;              p2.z += dz2;
287                glPushAttrib(GL_ENABLE_BIT);
288                glDisable(GL_TEXTURE_2D);
289              glBegin(GL_LINE_STRIP);              glBegin(GL_LINE_STRIP);
290              glVertex3f(p1.x, p1.y, p1.z);              glVertex3f(p1.x, p1.y, p1.z);
291              glVertex3f(p2.x, p2.y, p2.z);              glVertex3f(p2.x, p2.y, p2.z);
292              glEnd();              glEnd();
293                glPopAttrib();
294          """          """
295  },  },
296    

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

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