Changeset 8601 in orxonox.OLD for branches/bsp_model
- Timestamp:
- Jun 20, 2006, 2:11:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/graphics/importer/md3/md3_model.cc
r8600 r8601 341 341 342 342 //switch to child coord system 343 glPushMatrix();344 glMultMatrixf(this->tmpMatrix[i]);343 // glPushMatrix(); 344 // glMultMatrixf(this->tmpMatrix[i]); 345 345 // and draw child 346 346 this->draw(child); 347 glPopMatrix();347 // glPopMatrix(); 348 348 349 349 i++;
Note: See TracChangeset
for help on using the changeset viewer.