Intro to 3D Game Development

0 of 193 lessons complete (0%)

Scripting Part 2: Making Code Respond to Players

Info: A Word About Rotations

You don’t have access to this lesson

Please register or sign in to access the course content.

And Euler is not the only way to represent a rotations. It is the easiest way to understand initially, but can cause errors in some circumstances. A Quaternion, a Matrix4 or even a Vector3 are all data types that you might use for rotations in different circumstances.