|
@@ -1553,14 +1553,16 @@ void FBXConverter::ConvertCluster(std::vector<aiBone *> &local_mesh_bones, const
|
|
|
bone = new aiBone();
|
|
|
bone->mName = bone_name;
|
|
|
|
|
|
+ bone->mOffsetMatrix = cl->Transform();
|
|
|
// store local transform link for post processing
|
|
|
+ /*
|
|
|
bone->mOffsetMatrix = cl->TransformLink();
|
|
|
bone->mOffsetMatrix.Inverse();
|
|
|
|
|
|
aiMatrix4x4 matrix = (aiMatrix4x4)absolute_transform;
|
|
|
|
|
|
bone->mOffsetMatrix = bone->mOffsetMatrix * matrix; // * mesh_offset
|
|
|
-
|
|
|
+ */
|
|
|
//
|
|
|
// Now calculate the aiVertexWeights
|
|
|
//
|