readd buildVertexInfluenceSet for backward compat

This commit is contained in:
Julien Valentin 2017-08-30 14:59:31 +02:00
parent fd9b8f103e
commit 6d1193ee70

View File

@ -78,6 +78,8 @@ namespace osgAnimation
void update(); void update();
void buildVertexInfluenceSet(){_rigTransformImplementation->prepareData(*this);}
const osg::Matrix& getMatrixFromSkeletonToGeometry() const; const osg::Matrix& getMatrixFromSkeletonToGeometry() const;
const osg::Matrix& getInvMatrixFromSkeletonToGeometry() const; const osg::Matrix& getInvMatrixFromSkeletonToGeometry() const;