Changeset 3536 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Mar 13, 2005, 11:57:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/skysphere.cc
r3531 r3536 105 105 void Skysphere::draw() 106 106 { 107 glEnable(GL_TEXTURE_2D);108 107 glPushMatrix(); 109 108 glMatrixMode(GL_MODELVIEW); … … 119 118 gluSphere(sphereObj, sphereRadius, 20, 20); 120 119 glPopMatrix(); 121 glDisable(GL_TEXTURE_2D);122 120 } 123 121
Note: See TracChangeset
for help on using the changeset viewer.