Hi Every one,
I am using osgUtil::Tessellator to tessellate a few polygons. However
I don't want to use the viewer to draw them. I just want the vertices of
the new structure returned.
I am using the following options
gtess->setTessellationType(osgUtil::Tessellator::TESS_TYPE_GEOMETRY);
gtess->setBoundaryOnly(true);
gtess->setWindingType(
osgUtil::Tessellator::TESS_WINDING_POSITIVE)
After running
retessellatePolygons()
How do I access the vertices of the new structure. I have tried
getPrimList, but seem to be getting a few points that are way off.
Thanks,
Abhay
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org