Hi GuiYe, 2008/10/9 GuiYe <[EMAIL PROTECTED]>: > No,I don't know how to remove the particle effects from the scene.Can you > give me some code to do this?
The ParticleSystem and ParticleEffects Node's are all just standard OSG nodes which you remove from scene like any other node via: parent->removeChild(child) Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

