Hi Randall,
On 29 March 2013 14:55, Randall Hand <[email protected]> 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 [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

