Changeset 3433 in orxonox.OLD for orxonox/trunk/src/environment.cc
- Timestamp:
- Mar 1, 2005, 2:36:56 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/environment.cc
r3396 r3433 55 55 glTranslatef (this->getAbsCoor ().x, this->getAbsCoor ().y, this->getAbsCoor ().z); 56 56 //rotate 57 this->getAbsDir 57 this->getAbsDir().matrix (matrix); 58 58 glMultMatrixf((float*)matrix); 59 59 60 glMatrixMode(GL_MODELVIEW);61 60 this->model->draw(); 62 61 }
Note: See TracChangeset
for help on using the changeset viewer.