Update fbxRMesh.cpp
This commit is contained in:
parent
0e2e81273b
commit
79120eb994
@ -419,8 +419,7 @@ void addBindMatrix(
|
|||||||
const osg::Matrix& bindMatrix,
|
const osg::Matrix& bindMatrix,
|
||||||
osgAnimation::RigGeometry* pRigGeometry)
|
osgAnimation::RigGeometry* pRigGeometry)
|
||||||
{
|
{
|
||||||
boneBindMatrices.insert(BindMatrixMap::value_type(
|
boneBindMatrices[pBone][bindMatrix].insert(pRigGeometry);
|
||||||
BindMatrixMap::key_type(pBone, pRigGeometry), bindMatrix));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void addVec2ArrayElement(osg::Array& a, const FbxVector2& v)
|
void addVec2ArrayElement(osg::Array& a, const FbxVector2& v)
|
||||||
|
Loading…
Reference in New Issue
Block a user