Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 30, 2005, 4:19:28 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: all subprojects working again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc

    r4721 r4741  
    9494  LightManager* lightMan = LightManager::getInstance();
    9595  lightMan->setAmbientColor(.1,.1,.1);
    96   lightMan->addLight();
    97   lightMan->setPosition(-5.0, 50.0, -40.0);
    98   lightMan->addLight();
    99   lightMan->setPosition(100, 80, 60);
     96  (new Light())->setAbsCoor(-5.0, 50.0, -40.0);
     97  (new Light())->setAbsCoor(100, 80, 60);
    10098
    10199
Note: See TracChangeset for help on using the changeset viewer.