Changeset 3598 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Mar 18, 2005, 12:00:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3597 r3598 300 300 lightMan->setAmbientColor(.1,.1,.1); 301 301 lightMan->addLight(); 302 lightMan->setPosition( 10.0, 30.0, 10.0);303 lightMan->setAttenuation(1.0, 0, 0);302 lightMan->setPosition(-5.0, 10.0, -40.0); 303 lightMan->setAttenuation(1.0, 2, 5); 304 304 lightMan->setDiffuseColor(1,1,1); 305 305 // lightMan->addLight(1); … … 465 465 testFont->printText(0, 0, 1, "orxonox_" PACKAGE_VERSION); 466 466 467 lightMan->draw(); 467 468 } 468 469
Note: See TracChangeset
for help on using the changeset viewer.