14#ifndef OSGUTIL_SMOOTHINGVISITOR
15#define OSGUTIL_SMOOTHINGVISITOR 1
Definition SmoothingVisitor:29
double getCreaseAngle() const
Definition SmoothingVisitor:45
static void smooth(osg::Geometry &geoset, double creaseAngle=osg::PI)
smooth geoset by creating per vertex normals.
SmoothingVisitor()
default to traversing all children.
virtual ~SmoothingVisitor()
double _creaseAngle
Definition SmoothingVisitor:49
void setCreaseAngle(double angle)
Definition SmoothingVisitor:44
virtual void apply(osg::Geometry &geom)
apply smoothing method to all geometries.
Definition NodeVisitor:82
Shader generator framework.
Definition NodeVisitor:25
const double PI
Definition Math:30
#define OSGUTIL_EXPORT
Definition osgUtil/Export:40