On 21 March 2013 14:15, Preet <[email protected]> wrote: > Is it possible to get a list of nodes that *do* pass the cull test then > (outside of the obvious 'look at whats rendered')?
Just browse through the RenderStage/RenderBin/RenderLeaf sets generated by the CullVisitor. Or... just use the Stats feature that does just this. Have a look at the src/osgViewer/StatsHandler.cpp to see how the Stats collection can be enabled and used. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

