Hi there! We want to develop a visitor to count all visible vertices given a subgraph. Our first approach has been the VertexCounter that can be found in osgocclusionquery.cpp.
The problem with this approach is that we get all vertices, but not only the visible ones. What we want to achieve is something like the StatsHandler does for us, but only for a subgraph. Any ideas? Thank you! Cheers, Roberto ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=48178#48178 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

