From 6d1193ee70855467546a324d3f0d2f143815b5d6 Mon Sep 17 00:00:00 2001 From: Julien Valentin Date: Wed, 30 Aug 2017 14:59:31 +0200 Subject: [PATCH] readd buildVertexInfluenceSet for backward compat --- include/osgAnimation/RigGeometry | 2 ++ 1 file changed, 2 insertions(+) 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;