Changeset 3526 in orxonox.OLD for orxonox/trunk/src/world_entities/environment.cc
- Timestamp:
- Mar 13, 2005, 8:00:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/environment.cc
r3484 r3526 50 50 { 51 51 glMatrixMode(GL_MODELVIEW); 52 gl LoadIdentity();52 glPushMatrix(); 53 53 float matrix[4][4]; 54 54 … … 59 59 60 60 this->model->draw(); 61 62 glPopMatrix(); 61 63 } 62 64
Note: See TracChangeset
for help on using the changeset viewer.