Hi, There is some ways to do this.. You can use osg:Switch.. Another way you can add to root node only which node you want to use, then remove it from root by *node->removeChild(childNode) method and then add another one... Another way you can do it by nodemask. nodes are dont need to you simple set their nodemask 0x0... ...
Thank you! Cheers, Umid ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=48233#48233 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

