Quaternion Math and Projection

Started by
2 comments, last by emin 11 years, 4 months ago
Hi guys, I'm rather new at OpenGL.
I was wondering if anyone knew any good tutorials that introduced quaternions for rotation in a simple to understand manner?

Also, does anyone know a tutorial on the projection and modelview transforms? Like on how the matrices work and what each element in it does?

Thanks
Advertisement
http://arcsynthesis.org/gltut/

Chapter 2 deals with transformation matrices (orthogonal projection, perspective projection, translations and scaling). Though to know how matrices actually work, you'd need to read about systems of linear equations, not just OpenGL.

"I AM ZE EMPRAH OPENGL 3.3 THE CORE, I DEMAND FROM THEE ZE SHADERZ AND MATRIXEZ"

My journals: dustArtemis ECS framework and Making a Terrain Generator

http://www.cprogramming.com/tutorial/3d/theBasics.html

This is one of the simpler explanations of rotations and quaternions I have stumbled across.
The best OpenGL tutorial I've ever seen, you'll learn so much from it if you're new to OpenGL. Take a look at it.

http://www.opengl-tutorial.org/

This topic is closed to new replies.

Advertisement