Fix Matrix4x4t Decompose to rotation vector.
The calculation of the rotation matrix was for left-handed coordinates with row-vectors, but assimp uses right-handed coordinates and column-vectors.
Loading
Please register or sign in to comment
The calculation of the rotation matrix was for left-handed coordinates with row-vectors, but assimp uses right-handed coordinates and column-vectors.