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
There seems to be no quaternion rotation to matrix conversion in math. Mat4x4 has rotateX, rotateY, rotateZ functions, but no rotate that would take a quaternion. Is it just missing or is there another way to get one to perform a translation, rotation, scale (TRS) transformation on a matrix?
The text was updated successfully, but these errors were encountered:
There seems to be no quaternion rotation to matrix conversion in math. Mat4x4 has rotateX, rotateY, rotateZ functions, but no rotate that would take a quaternion. Is it just missing or is there another way to get one to perform a translation, rotation, scale (TRS) transformation on a matrix?
The text was updated successfully, but these errors were encountered: