Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2005, 2:27:17 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/particleEngine: particles get deleted after theit life is over

File:
1 edited

Legend:

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

    r3933 r3934  
    377377            this->glmis->step();
    378378           
    379             testEmitter = new ParticleEmitter(Vector(1,0,0), 20.0, 10000.0, .1);
     379            testEmitter = new ParticleEmitter(Vector(1,0,0), 0.0, 124.0, .1);
    380380            testEmitter->setParent(localPlayer);
    381             testSystem = new ParticleSystem();
     381            testSystem = new ParticleSystem(100000);
    382382
    383383            ParticleEngine::getInstance()->addConnection(testEmitter, testSystem);
Note: See TracChangeset for help on using the changeset viewer.