Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 5, 2005, 11:49:35 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some minor changes in the framework, and the font is 25% on the go.

File:
1 edited

Legend:

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

    r3456 r3458  
    584584  light->setAttenuation(CONSTANT, 2.0);
    585585  light->setAttenuation(QUADRATIC, 1.0);
    586   light->setPosition(10.0, 1.0, 0.0);
     586  light->setPosition(10.0, 10.0, 50.0);
    587587  light->setDiffuseColor(1,1,1);
    588588  //  light->addLight(1);
Note: See TracChangeset for help on using the changeset viewer.