Changeset 3458 in orxonox.OLD for orxonox/trunk/src/world.cc
- Timestamp:
- Mar 5, 2005, 11:49:35 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world.cc
r3456 r3458 584 584 light->setAttenuation(CONSTANT, 2.0); 585 585 light->setAttenuation(QUADRATIC, 1.0); 586 light->setPosition(10.0, 1 .0,0.0);586 light->setPosition(10.0, 10.0, 50.0); 587 587 light->setDiffuseColor(1,1,1); 588 588 // light->addLight(1);
Note: See TracChangeset
for help on using the changeset viewer.