Hi Randall,

On 29 March 2013 14:18, Randall Hand <randall.h...@gmail.com> wrote:

> Well, I want to do it "in" the frame.. Basically, I'm hoping to get OSG to
> do the scene traversal for culling, etc, then read the znear/zfar values to
> be sent elsewhere while the geometry is pushed down the pipe.  I don't need
> perfectly accurate znear/far, just the bounding box estimates.
>

The CullVisitor computes and maintains the near/far values when these need
computing.  Have a look at osgUtil::CullVisitor.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to