In the statement: Matrix4x4 modelMatrix = RotationMatrix(0.707f, 0.3f, 0.64f, timeValue); How do you come up with the numbers: 0.707f, 0.3f, 0.64f ? Thanks.
In the statement:
Matrix4x4 modelMatrix = RotationMatrix(0.707f, 0.3f, 0.64f, timeValue);
How do you come up with the numbers: 0.707f, 0.3f, 0.64f ?
Thanks.