Changeset 3526 in orxonox.OLD for orxonox/trunk/src/world_entities/skysphere.cc
- Timestamp:
- Mar 13, 2005, 8:00:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/skysphere.cc
r3507 r3526 99 99 { 100 100 glEnable(GL_TEXTURE_2D); 101 skyMaterial->select();102 101 glPushMatrix(); 102 glMatrixMode(GL_MODELVIEW); 103 103 glTranslatef(this->absCoordinate.x, 104 104 this->absCoordinate.y, … … 109 109 //glRotatef(-250.0f, 0.0, 1.0f, 0.0f); 110 110 111 skyMaterial->select(); 111 112 gluSphere(sphereObj, sphereRadius, 20, 20); 112 113 glPopMatrix();
Note: See TracChangeset
for help on using the changeset viewer.