Changeset 6778 in orxonox.OLD for trunk/src/world_entities/skysphere.cc
- Timestamp:
- Jan 26, 2006, 5:49:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/skysphere.cc
r6142 r6778 97 97 void Skysphere::draw() const 98 98 { 99 glMatrixMode(GL_MODELVIEW); 99 100 glPushMatrix(); 100 glMatrixMode(GL_MODELVIEW); 101 101 102 Vector r = this->getAbsCoor(); 102 103 glTranslatef(r.x, r.y, r.z);
Note: See TracChangeset
for help on using the changeset viewer.