Changeset 6912 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jan 31, 2006, 8:24:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/planet.cc
r6780 r6912 112 112 void Planet::draw() const 113 113 { 114 115 116 114 glMatrixMode(GL_MODELVIEW); 117 115 glPushMatrix(); … … 123 121 this->getAbsCoor ().y, 124 122 this->getAbsCoor ().z); 125 123 Vector tmpRot = this->getAbsDir().getSpacialAxis(); 124 glRotatef (this->getAbsDir().getSpacialAxisAngle(), tmpRot.x, tmpRot.y, tmpRot.z ); 126 125 127 126 this->material->select();
Note: See TracChangeset
for help on using the changeset viewer.