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