I implemented my quaternion class like this. I can convert the quaternion to 3x3 rotation matrix, but then how should i apply that to my modelview matrix?
I implemented my quaternion class like this. I can convert the quaternion to 3x3 rotation matrix, but then how should i apply that to my modelview matrix?