/[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.78 by jvk, Sat Sep 28 10:03:16 2002 UTC revision 1.79 by humppake, Sat Sep 28 10:22:22 2002 UTC
# Line 426  rs = [ Line 426  rs = [
426              for(Paper::Paper::iterator it = paper->begin(); it != paper->end(); ++it) {              for(Paper::Paper::iterator it = paper->begin(); it != paper->end(); ++it) {
427    
428                  if (dbg) cout << "Pass\\n";                  if (dbg) cout << "Pass\\n";
429                  (*it).setUpVP(&lightParam);                  (*it).setUp_VP(&lightParam);
430    
431                  GLERR                  GLERR
432                  glMultiDrawElementsEXT(GL_QUAD_STRIP,                  glMultiDrawElementsEXT(GL_QUAD_STRIP,
433                          counts, GL_UNSIGNED_INT, (const GLvoid **)indps, dice-1);                          counts, GL_UNSIGNED_INT, (const GLvoid **)indps, dice-1);
434    
435                  GLERR                  GLERR
436                  (*it).tearDownVP();                  (*it).tearDown_VP();
437                  GLERR                  GLERR
438    
439              }              }

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

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