Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 2, 2005, 8:53:56 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: Light faster getPosition algorythm

File:
1 edited

Legend:

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

    r3443 r3444  
    178178  light->setPosition(20.0, 10.0, 20.0);
    179179  light->setDiffuseColor(1,1,1);
    180   light->addLight(1);
    181   light->setPosition(20, 10, -20);
    182   light->setDiffuseColor(0,0,0);
     180  //  light->addLight(1);
     181  //  light->setPosition(20, 10, -20);
     182  //  light->setDiffuseColor(0,0,0);
    183183  light->debug();
    184184
Note: See TracChangeset for help on using the changeset viewer.