Changeset 3526 in orxonox.OLD for orxonox/trunk/src/world_entities/primitive.cc
- Timestamp:
- Mar 13, 2005, 8:00:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/primitive.cc
r3524 r3526 55 55 { 56 56 glMatrixMode(GL_MODELVIEW); 57 gl LoadIdentity();57 glPushMatrix(); 58 58 float matrix[4][4]; 59 59 … … 64 64 65 65 this->model->draw(); 66 glPopMatrix(); 66 67 } 67 68
Note: See TracChangeset
for help on using the changeset viewer.