Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2005, 1:10:58 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/particleEngine: emitting 10000 particles a second …. without deleting anyone of them :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/particleEngine/src/story_entities/world.cc

    r3932 r3933  
    377377            this->glmis->step();
    378378           
    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);
    380381            testSystem = new ParticleSystem();
    381382
Note: See TracChangeset for help on using the changeset viewer.