Hi Michael, > i want the RTT camera to render non of it's child nodes, but still > update the attached texture (so that the texture becomes blank).
Well its pretty simple then just switch off the children by setting their NodeMask, or use an osg::Switch as a child of the osg::Camera. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

