Changeset 8316 in orxonox.OLD for trunk/src/lib/graphics/importer/md2Model.cc
- Timestamp:
- Jun 11, 2006, 1:57:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/md2Model.cc
r8309 r8316 290 290 { 291 291 //static sVec3D this->verticesList[MD2_MAX_VERTICES]; /* performance: created only once in a lifetime */ 292 int* pCommands = this->data->pGLCommands;292 // int* pCommands = this->data->pGLCommands; 293 293 /* some face culling stuff */ 294 294 // glPushAttrib(GL_POLYGON_BIT); … … 541 541 delete [] buffer; 542 542 fclose(pFile); 543 return true; 543 544 } 544 545 … … 563 564 this->material.setIllum(3); 564 565 this->material.setAmbient(1.0, 1.0, 1.0); 565 } 566 return true; 567 }
Note: See TracChangeset
for help on using the changeset viewer.