diff --git a/include/osgAnimation/RigGeometry b/include/osgAnimation/RigGeometry index 5319b4e0a..805e9c779 100644 --- a/include/osgAnimation/RigGeometry +++ b/include/osgAnimation/RigGeometry @@ -78,6 +78,8 @@ namespace osgAnimation void update(); + void buildVertexInfluenceSet(){_rigTransformImplementation->prepareData(*this);} + const osg::Matrix& getMatrixFromSkeletonToGeometry() const; const osg::Matrix& getInvMatrixFromSkeletonToGeometry() const;