Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3441 in orxonox.OLD for orxonox/trunk/src/world.cc


Ignore:
Timestamp:
Mar 1, 2005, 9:24:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: implemented attenuation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world.cc

    r3440 r3441  
    174174  light = Light::getInstance();
    175175  light->addLight(0);
    176   light->setPosition(10.0, 10.0, 19.0);
     176  light->setAttenuation(QUADRATIC, 1.0);
     177  light->setPosition(10.0, 100.0, 19.0);
    177178
    178179  //  BezierCurve* tmpCurve = new BezierCurve();
Note: See TracChangeset for help on using the changeset viewer.