Hi Nick,

I think what you're looking for would be Particle::kill():


Code:

        /** Kill the particle on next update
            NOTE: after calling this function, the isAlive() method will still
            return true until the particle is updated again.
        */
inline void kill();




Does this not work?

Cheers,
Jannik[/code]

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=72088#72088





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to