Quats in OpenGL

Started by
0 comments, last by jonny 23 years, 10 months ago
In many articles I read of the quats. Quat is four float values, but I don''t know what I use the quat. Do you know some goal of the quat ?
Advertisement
Quaternions is games are used to represent rotations. The best resource for quaternions I know of is:

Using Quaternions to Represent Rotation

It isn't OpenGL specific, but it does give matrix conversions for quaternions. You should be able to implement the matrices with not too much trouble -- any basic 3D book should show you.

Good Luck!

Simon Wilson
XEOS Digital Development

(link fix edit -fel)

Edited by - felisandria on June 19, 2000 10:53:23 AM
XEOS Digital Development - Supporting the independant and OpenSource game developers!

This topic is closed to new replies.

Advertisement