/[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.14 by jvk, Mon Aug 26 08:17:21 2002 UTC revision 1.15 by tjl, Mon Sep 2 12:58:10 2002 UTC
# Line 380  rs = [ Line 380  rs = [
380                      lightParam.e2 << " " <<                      lightParam.e2 << " " <<
381                      "\\n";                      "\\n";
382              }              }
383                GLERR
384    
385              for(Paper::Paper::iterator it = paper->begin(); it != paper->end(); ++it) {              for(Paper::Paper::iterator it = paper->begin(); it != paper->end(); ++it) {
386    
387                  (*it).setUp(&lightParam);                  (*it).setUp(&lightParam);
388    
389                    GLERR
390                  glBegin(GL_QUADS);                  glBegin(GL_QUADS);
391                  coords1.vertex(corners[0]);                  coords1.vertex(corners[0]);
392                  coords1.vertex(corners[1]);                  coords1.vertex(corners[1]);
# Line 392  rs = [ Line 394  rs = [
394                  coords1.vertex(corners[3]);                  coords1.vertex(corners[3]);
395                  glEnd();                  glEnd();
396    
397                    GLERR
398                  (*it).tearDown();                  (*it).tearDown();
399                    GLERR
400              }              }
401    
402              GLERR              GLERR

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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