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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user