Changeset 3935 in orxonox.OLD for orxonox/branches/particleEngine/src/story_entities
- Timestamp:
- Apr 23, 2005, 3:30:45 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/particleEngine/src/story_entities/world.cc
r3934 r3935 377 377 this->glmis->step(); 378 378 379 testEmitter = new ParticleEmitter(Vector( 1,0,0), 0.0, 124.0, .1);379 testEmitter = new ParticleEmitter(Vector(-1,0,0), .1, 12400.0, 1); 380 380 testEmitter->setParent(localPlayer); 381 testEmitter->setSpread(.5, .1); 381 382 testSystem = new ParticleSystem(100000); 383 testSystem->setLifeSpan(3); 384 testSystem->setConserve(.8); 382 385 383 386 ParticleEngine::getInstance()->addConnection(testEmitter, testSystem);
Note: See TracChangeset
for help on using the changeset viewer.