Changeset 3566 in orxonox.OLD for orxonox/trunk/src/world_entities/skysphere.cc
- Timestamp:
- Mar 15, 2005, 11:22:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/skysphere.cc
r3559 r3566 71 71 this->sphereObj = gluNewQuadric(); 72 72 gluQuadricTexture(this->sphereObj, GL_TRUE); 73 this->setRadius( 220.0);73 this->setRadius(1900.0); 74 74 75 75 this->skyMaterial = new Material("Sky");
Note: See TracChangeset
for help on using the changeset viewer.