/[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.26 by jvk, Sat Sep 14 10:22:28 2002 UTC revision 1.27 by tjl, Sun Sep 15 10:11:14 2002 UTC
# Line 630  rs = [ Line 630  rs = [
630              Coords tcoords(widthmul, heightmul, origin.x, origin.y, origin.z,              Coords tcoords(widthmul, heightmul, origin.x, origin.y, origin.z,
631                          coords1);                          coords1);
632              Vertexer<Coords> v(tcoords);              Vertexer<Coords> v(tcoords);
633                glPushAttrib(GL_ENABLE_BIT);
634                glEnable(GL_BLEND);
635              Text::renderIter(*r, txt.begin(), txt.end(),              Text::renderIter(*r, txt.begin(), txt.end(),
636                      0,0,                      0,0,
637                      v                      v
638                      );                      );
639                glPopAttrib();
640                                                            
641      """      """
642  },  },
# Line 682  rs = [ Line 685  rs = [
685              Coords tcoords(widthmul, heightmul, origin.x, origin.y, origin.z,              Coords tcoords(widthmul, heightmul, origin.x, origin.y, origin.z,
686                          coords1);                          coords1);
687              Vertexer<Coords> v(tcoords, squishx);              Vertexer<Coords> v(tcoords, squishx);
688                glPushAttrib(GL_ENABLE_BIT);
689                glEnable(GL_BLEND);
690              Text::renderIter(*r, txt.begin(), txt.end(),              Text::renderIter(*r, txt.begin(), txt.end(),
691                      0,0,                      0,0,
692                      v                      v
693                      );                      );
694                glPopAttrib();
695                                                            
696      """      """
697  },  },

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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