[osg-users] How does OSG cull off-screen objects?

2007-10-26 Thread beelzebob999-osg
Where in the cull traversal is an object tested to determine if it is on screen and needs to be drawn? Is this automatic, or is this something we need to turn on? Thanks. ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] How does OSG cull off-screen objects?

2007-10-26 Thread Paul Martz
This is done automatically by osgUtil::CullVisitor. If you're using osgProducer, SceneView, or osgViewer, it happens automatically. -Paul Where in the cull traversal is an object tested to determine if it is on screen and needs to be drawn? Is this automatic, or is this something we