Public Member Functions | |
SmoothingVisitor () | |
default to traversing all children. | |
virtual | ~SmoothingVisitor () |
virtual void | apply (osg::Geode &geode) |
apply smoothing method to all geode geosets. | |
Static Public Member Functions | |
static void | smooth (osg::Geometry &geoset) |
smooth geoset by creating per vertex normals. |
osgUtil::SmoothingVisitor::SmoothingVisitor | ( | ) |
default to traversing all children.
virtual osgUtil::SmoothingVisitor::~SmoothingVisitor | ( | ) | [virtual] |
static void osgUtil::SmoothingVisitor::smooth | ( | osg::Geometry & | geoset | ) | [static] |
smooth geoset by creating per vertex normals.
virtual void osgUtil::SmoothingVisitor::apply | ( | osg::Geode & | geode | ) | [virtual] |