Hi Dave, I really don't know how you've hidden the osgUtil::Simplifier, osgUtil::TriStripVisitor and osgUtil::Tesselator and osgUtil::TangentSpaceGenerator classes, there are always built as part of the osgUtil lbrary, there is no way to disable them and there remain in the code base now and goes make many many versions.
You must being doing something wrong in where you are looking for these classes as they 100% sure will be there unless you've manually gone a deleted them. Robert. On 7 June 2016 at 09:28, Dave Sargrad <[email protected]> wrote: > Hi, > > I'm wondering if the TriStripVisitor, and a few other such visitors that I've > seen referenced, are still within OSG. In my current build I see the > smoothing visitor, the culling visitor, the intersection visitor, the update > visitor (and a couple of other visitors). > > I dont see the TriStripVisitor (nor do I see the Simplifier, the > TangentSpaceGenerator, or the Tesselator). Is this because I have not built > them in properly, or are they obsolete, or perhaps moved to another class? > > > Thank you! > > Cheers, > Dave > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=67467#67467 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

