readd the 2 methods in InfluenceMap just in case

This commit is contained in:
Julien Valentin
2017-08-29 00:34:26 +02:00
parent 9856cecb71
commit b3402d9344
2 changed files with 94 additions and 0 deletions

View File

@@ -81,6 +81,10 @@ namespace osgAnimation
///remove weakest influences in order to fit targetted numbonepervertex
void cullInfluenceCountPerVertex(unsigned int maxnumbonepervertex, float minweight=0, bool renormalize=true);
//compute PerVertexInfluenceList
void computePerVertexInfluenceList(std::vector<BoneWeightList>& vertex2Bones,unsigned int numvert)const;
//create the minimal VertexGroup set
void computeMinimalVertexGroupList(std::vector<VertexGroup>&uniqVertexGroupList,unsigned int numvert)const;
};
}