Changeset 3587 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Mar 17, 2005, 2:25:43 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/primitive.cc
r3586 r3587 38 38 gluQuadricTexture(this->object, GL_TRUE); 39 39 40 this->material = new Material("S ky");40 this->material = new Material("Sphere"); 41 41 this->material->setDiffuseMap("../data/pictures/sky-replace.jpg"); 42 42 this->material->setIllum(3);
Note: See TracChangeset
for help on using the changeset viewer.