Changeset 3950 in orxonox.OLD for orxonox/branches/particleEngine/src/story_entities
- Timestamp:
- Apr 24, 2005, 11:32:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/particleEngine/src/story_entities/world.cc
r3949 r3950 380 380 ParticleEmitter* testEmitter,* testEmitter2; 381 381 ParticleSystem* testSystem; 382 testEmitter = new ParticleEmitter(Vector(-1,0,0), .4, 120.0, .5);382 testEmitter = new ParticleEmitter(Vector(-1,0,0), .4, 60.0, 0); 383 383 testEmitter->setParent(localPlayer); 384 384 testEmitter->setRelCoor(Vector(-3, 0, 0)); … … 390 390 */ 391 391 testSystem = new ParticleSystem(10000); 392 testSystem->setLifeSpan( .3, .2);392 testSystem->setLifeSpan(1, .2); 393 393 testSystem->setRadius(3.0, 0.0, .5); 394 394 testSystem->setConserve(.8);
Note: See TracChangeset
for help on using the changeset viewer.