Changeset 4740 in orxonox.OLD for orxonox/trunk/src/subprojects
- Timestamp:
- Jun 30, 2005, 4:10:36 PM (19 years ago)
- Location:
- orxonox/trunk/src/subprojects
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/Makefile.am
r4529 r4740 1 1 SUBDIRS = importer \ 2 3 4 5 2 particles \ 3 collision_detection \ 4 gui \ 5 testmain 6 6 7 7 noinst_HEADERS = framework.h … … 9 9 10 10 EXTRA_DIST = framework.cc 11 -
orxonox/trunk/src/subprojects/Makefile.in
r4531 r4740 168 168 target_vendor = @target_vendor@ 169 169 SUBDIRS = importer \ 170 171 172 173 170 particles \ 171 collision_detection \ 172 gui \ 173 testmain 174 174 175 175 noinst_HEADERS = framework.h -
orxonox/trunk/src/subprojects/particles/particle_fun.cc
r4726 r4740 89 89 new PhysicsConnection(system, pointGravity); 90 90 91 LightManager::getInstance()->addLight();92 LightManager::getInstance()-> setPosition(10, 10, 10);91 new Light; 92 LightManager::getInstance()->getLight()->setAbsCoor(10, 10, 10); 93 93 94 94 }
Note: See TracChangeset
for help on using the changeset viewer.