It seems that I have found a solution by myself:
- Use the cloned version of the bone’s world matrix;
- Change the multiplication order to
BoneWorldMatrix * TransformNodeWorldMatrix
.
It seems that I have found a solution by myself:
BoneWorldMatrix * TransformNodeWorldMatrix
.