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