Changeset 3839 in orxonox.OLD for orxonox/branches/shadows/src/skysphere.cc
- Timestamp:
- Apr 15, 2005, 6:59:34 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/shadows/src/skysphere.cc
r3706 r3839 90 90 glRotatef(-250.0f,0.0,1.0f,0.0f); 91 91 92 gluSphere(sphereObj, 200.0f,20,20);92 gluSphere(sphereObj,150.0f,20,20); 93 93 glPopMatrix(); 94 94 glDisable(GL_COLOR_MATERIAL);
Note: See TracChangeset
for help on using the changeset viewer.