Added implementations for the libraryName and className for the AntiSquish node.

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14844 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-04-17 13:33:08 +00:00
parent 3bc1102f11
commit f4196dfe64

View File

@@ -39,6 +39,11 @@ class OSGMANIPULATOR_EXPORT AntiSquish: public osg::Transform
virtual bool isSameKindAs(const osg::Object* obj) const { return dynamic_cast<const AntiSquish *>(obj)!=NULL; }
virtual const char* libraryName() const { return "osgManipulator"; }
virtual const char* className() const { return "AntiSquish"; }
void setPivot(const osg::Vec3d& pvt)
{
_pivot = pvt;