Re: [osg-users] Stopping a particle system after a set number of particles

2008-03-11 Thread Vincent Bourdier
Hi, I think it doesn't exist yet... (perhaps I make a mistake writing this)... But counting time left before stoping the particlesystem is not very difficult... just make a time difference and switch off your particleSystem (or remove it) from the graph... Vincent. 2008/3/11, Kim C Bale <[EMAIL

[osg-users] Stopping a particle system after a set number of particles

2008-03-11 Thread Kim C Bale
Is there a function to stop an osgParticle system from releasing particles after a certain number or particles have been fired or perhaps a certain amount of time has passed without creating a custom class? Leafing through the doc referance I can't seem to find a method that has a similar func