Changeset 3934 in orxonox.OLD for orxonox/branches/particleEngine/src/story_entities
- Timestamp:
- Apr 23, 2005, 2:27:17 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/particleEngine/src/story_entities/world.cc
r3933 r3934 377 377 this->glmis->step(); 378 378 379 testEmitter = new ParticleEmitter(Vector(1,0,0), 20.0, 10000.0, .1);379 testEmitter = new ParticleEmitter(Vector(1,0,0), 0.0, 124.0, .1); 380 380 testEmitter->setParent(localPlayer); 381 testSystem = new ParticleSystem( );381 testSystem = new ParticleSystem(100000); 382 382 383 383 ParticleEngine::getInstance()->addConnection(testEmitter, testSystem);
Note: See TracChangeset
for help on using the changeset viewer.