Hi, just a quick question, is it possible to hide and show geometry or primitive sets? In the present case I want to hide/show Linestrips. With a NodeVisitor I can remove them, but I only want to hide and show the LineStrips :)
Code: case GL_LINE_STRIP: std::cerr << "detect a line_strip removing ..."<< std::endl; geometry->removePrimitiveSet (j,numPrimitives); ... Thank you! Cheers, Mo[/code] ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=31629#31629 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

