Changeset 3590 in orxonox.OLD for orxonox/trunk/src/world_entities/primitive.cc
- Timestamp:
- Mar 17, 2005, 1:06:51 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/primitive.cc
r3589 r3590 41 41 this->material->setDiffuseMap("../data/pictures/load_screen.jpg"); 42 42 this->material->setIllum(3); 43 this->material->set Ambient(1, 1, 1);43 this->material->setSpecular(1, 1, 1); 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.