On Mon, Feb 4, 2008 at 4:23 PM, Shvartsman, Andrey <[EMAIL PROTECTED]> wrote: > Is there a way to determine the number of polygons being rendered by the GPU > in the current viewing frustum?
There is stats support built into osgUtil::SceneView/RenderStage that allows you to collect polygon stats. Currently these aren't displayed by osgViewer's on screen stats though, one will be able to do it programatically though. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

