Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4667 in orxonox.OLD for orxonox/trunk/src/subprojects


Ignore:
Timestamp:
Jun 23, 2005, 4:40:05 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: lighting model is corrected now in the Particle-engine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/particles/particle_fun.cc

    r4666 r4667  
    2323#include "stdlibincl.h"
    2424#include "graphics_engine.h"
     25#include "light.h"
    2526
    2627#include <dirent.h>
     
    8687  new PhysicsConnection(system, twirl);
    8788  new PhysicsConnection(system, pointGravity);
     89
     90  LightManager::getInstance()->addLight();
     91  LightManager::getInstance()->setPosition(10, 10, 10);
     92
    8893}
    8994
Note: See TracChangeset for help on using the changeset viewer.