World matrices and matrix multiplication

It seems that I have found a solution by myself:

  1. Use the cloned version of the bone’s world matrix;
  2. Change the multiplication order to BoneWorldMatrix * TransformNodeWorldMatrix.
1 Like