Changeset 3603 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Mar 18, 2005, 10:28:57 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3602 r3603 171 171 lightMan->setAmbientColor(.1,.1,.1); 172 172 lightMan->addLight(); 173 // lightMan->setAttenuation(1.0, 2, 5);173 // lightMan->setAttenuation(1.0, .01, 0.0); 174 174 // lightMan->setDiffuseColor(1,1,1); 175 175 // lightMan->addLight(1); … … 258 258 { 259 259 lightMan->setPosition(.0, .0, .0); 260 lightMan->setAttenuation(1.0, .01, 0.0); 261 lightMan->setSpecularColor(1,0,0); 260 262 this->nullParent = NullParent::getInstance (); 261 263 this->nullParent->setName ("NullParent");
Note: See TracChangeset
for help on using the changeset viewer.