Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 1, 2005, 10:13:16 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: nice check if Light is enabled

File:
1 edited

Legend:

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

    r3442 r3443  
    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.