Changeset 3588 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Mar 17, 2005, 2:47:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3587 r3588 71 71 delete this->nullParent; 72 72 delete this->entities; 73 73 delete this->light; 74 74 delete this->trackManager; 75 75 } … … 296 296 // LIGHT initialisation 297 297 light = Light::getInstance(); 298 light->addLight(0); 298 light->setAmbientColor(.1,.1,.1); 299 light->addLight(); 299 300 light->setAttenuation(QUADRATIC, 1.0); 300 301 light->setAttenuation(CONSTANT, 2.0);
Note: See TracChangeset
for help on using the changeset viewer.