Changeset 5994 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Dec 9, 2005, 10:43:31 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r5982 r5994 250 250 Vector tmpRot = this->getAbsDir().getSpacialAxis(); 251 251 glRotatef (this->getAbsDir().getSpacialAxisAngle(), tmpRot.x, tmpRot.y, tmpRot.z ); 252 this-> model->draw();252 this->getModel()->draw(); 253 253 glPopMatrix(); 254 254
Note: See TracChangeset
for help on using the changeset viewer.