Changeset 4667 in orxonox.OLD for orxonox/trunk/src/subprojects
- Timestamp:
- Jun 23, 2005, 4:40:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/particles/particle_fun.cc
r4666 r4667 23 23 #include "stdlibincl.h" 24 24 #include "graphics_engine.h" 25 #include "light.h" 25 26 26 27 #include <dirent.h> … … 86 87 new PhysicsConnection(system, twirl); 87 88 new PhysicsConnection(system, pointGravity); 89 90 LightManager::getInstance()->addLight(); 91 LightManager::getInstance()->setPosition(10, 10, 10); 92 88 93 } 89 94
Note: See TracChangeset
for help on using the changeset viewer.