[osg-users] how to get the VertexArray of the Group Node
Julien Valentin
julienvalentin51 at gmail.com
Thu Dec 28 14:23:04 PST 2017
Hi
Use a NodeVisitor implementation to collect vertex data on terminal nodes (Drawable or more likely Geometries) see osgUtil::GeometryCollector(in osgUtil/MeshOptimizers) for an example implementation.
Cheers
xiaoming wrote:
> Hi,
>
> I have an osgb data. It has several levels,which are PagedLOD,Group and Geode. Now I want to get the vertex data of the PagedNode and Group Node ,anyone know the solution??
>
> Please ~~
>
> Thank you!
>
> Cheers,
> Mouming
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=72648#72648
More information about the osg-users
mailing list