Changeset 3607 in orxonox.OLD for orxonox/trunk/src/world_entities/skysphere.cc
- Timestamp:
- Mar 20, 2005, 10:38:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/skysphere.cc
r3590 r3607 100 100 glPushMatrix(); 101 101 glMatrixMode(GL_MODELVIEW); 102 glTranslatef(this->absCoordinate.x, 103 this->absCoordinate.y, 104 this->absCoordinate.z); 102 Vector r = this->getAbsCoor(); 103 glTranslatef(r.x, r.y, r.z); 105 104 106 105 //glRotatef(-30, 1, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.