_______________________________________________
osg-users mailing list
osg-...@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
osg::Camera::setCullMask (mask) - would be called when the keyboard
button is pressed.
osg::Node::setNodeMask (mask) - would be called when creating the
original scene graph.
If you use osg::SwitchNode, it would be a slightly different process,
but similar.
- Judson