Changeset 3588 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Mar 17, 2005, 2:47:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/primitive.cc
r3587 r3588 41 41 this->material->setDiffuseMap("../data/pictures/sky-replace.jpg"); 42 42 this->material->setIllum(3); 43 this->material->set Ambient(1.0, 1.0, 1.0);43 this->material->setSpecular(.3, .3, .3); 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.