Changeset 4191 in orxonox.OLD for orxonox/branches/md2_loader/src/lib
- Timestamp:
- May 15, 2005, 11:32:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/lib/graphics/importer/md2Model.cc
r4189 r4191 653 653 654 654 /* some face culling stuff */ 655 glPushAttrib(GL_POLYGON_BIT);656 glFrontFace(GL_CW);657 glEnable(GL_CULL_FACE);658 glCullFace(GL_BACK);655 //glPushAttrib(GL_POLYGON_BIT); 656 //glFrontFace(GL_CW); 657 //glEnable(GL_CULL_FACE); 658 //glCullFace(GL_BACK); 659 659 660 660 this->processLighting(); 661 this->interpolate(verticesList);661 //this->interpolate(verticesList); 662 662 this->material->select(); 663 663 … … 688 688 glEnd(); 689 689 } 690 glDisable(GL_CULL_FACE);691 glPopAttrib();692 } 693 690 //glDisable(GL_CULL_FACE); 691 //glPopAttrib(); 692 } 693
Note: See TracChangeset
for help on using the changeset viewer.