Changeset 3372 in orxonox.OLD for orxonox/branches/trackManager/src/environment.cc
- Timestamp:
- Jan 7, 2005, 3:42:34 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/trackManager/src/environment.cc
r3369 r3372 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.