Is it possible to get a list of nodes that *do* pass the cull test then (outside of the obvious 'look at whats rendered')?
Preet On Thu, Mar 21, 2013 at 5:02 AM, Robert Osfield <[email protected]>wrote: > Hi Preet, > > The OSG cull traversal doesn't track the objects that are culled, only > the ones that pass the cull test. > > Robert. > > On 21 March 2013 02:36, Preet <[email protected]> wrote: > > Hiya, > > > > In my scene I'd like to check which nodes are being culled before > rendering > > due to frustum culling. The culling mode I use my main (only) camera is > > osg::CullSettings::VIEW_FRUSTUM_SIDES_CULLING. Is it possible to do this? > > Can I get a list of objects that are culled, or something similar? > > > > > > Preet > > > > _______________________________________________ > > osg-users mailing list > > [email protected] > > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

