You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Warp kernel warp.matrix constructs a 4x4 transformation matrix (composition). However, there is not a kernel (e.g.: warp.decompose) to perform the decomposition of the transformation matrix to get the position, rotation (as quaternion), and scale.
REQUEST: Create a kernel to decompose a 4x4 transformation matrix to get the position, rotation (as quaternion), and scale. Where the position, rotation and scale resulting from the matrix decomposition must lead to the same matrix when composing it: M == matrix(decompose(M)).