Changeset 3706 in orxonox.OLD for orxonox/branches/shadows/src/skysphere.cc
- Timestamp:
- Mar 31, 2005, 11:29:47 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/shadows/src/skysphere.cc
r3699 r3706 80 80 81 81 void Skysphere::draw() 82 { 82 { 83 glEnable(GL_COLOR_MATERIAL); 83 84 sky->select(); 84 85 glPushMatrix(); … … 91 92 gluSphere(sphereObj,200.0f,20,20); 92 93 glPopMatrix(); 94 glDisable(GL_COLOR_MATERIAL); 93 95 94 96
Note: See TracChangeset
for help on using the changeset viewer.