Hi Randall,

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

> I'm currently using the viewer.getCamera()->setUpdateCallback() to assigna
> custom callback that does stuff on a per-frame basis.  Is it safe to
> retrieve the
> camera->getRenderer()->getSceneView(0)->getCullVisitor()->getCalculatedNear/FarPlane()
> ?  are those values valid and available at that point?
>

These will be valid for the previous frame as the cull traversal happens
after the update traversal.

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

Reply via email to