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