/[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.161 by jvk, Wed Dec 11 12:20:06 2002 UTC revision 1.162 by humppake, Thu Dec 12 09:42:20 2002 UTC
# Line 551  rs = [ Line 551  rs = [
551              ZPt p2 = coords2.transform(ZPt(box2.x*px2,box2.y*py2,0));              ZPt p2 = coords2.transform(ZPt(box2.x*px2,box2.y*py2,0));
552              p1.z += dz1;              p1.z += dz1;
553              p2.z += dz2;              p2.z += dz2;
554              if (colored) glPushAttrib(GL_COLOR_BUFFER_BIT);              if (colored) glPushAttrib(GL_CURRENT_BIT);
555              glPushAttrib(GL_ENABLE_BIT);              glPushAttrib(GL_ENABLE_BIT);
556              glDisable(GL_TEXTURE_2D);              glDisable(GL_TEXTURE_2D);
557              if (colored) glColor4f(red, green, blue, alpha);              if (colored) glColor4f(red, green, blue, alpha);

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162

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