Quaternion rotation
somebody has a VC++ working example which shows how to rotate a simple object using quaternions ?
thanks !
What do you want to use the quaternions for? I''d like to point you to an article by Diana WhatsHerName on GameDev.net (perhaps search on qauternions...) in which she quite convincingly decourages you to use quaternions of there isn''t a VERY valid reason to do so...
Hope to help...
Hope to help...
i''m building a flight sim and have to rotate the aircraft around 3 axis ... therefore, if i wanna avoid the gimbal lock, i was told to use quaternions !
see one of the extension examples on my site i believe it has someit to do with fog.
http://members.xoom.com/myBollux
http://members.xoom.com/myBollux
Try looking at these sites:
http://www.flipcode.com/documents/matrfaq.html
http://wwwgamedev.net/reference/articles/article1095.asp
http://nearfield.com/~dan/Quater/QUATER.htm
By the way, have you coded the conversion from euler/matrix to quaternion yet? If not, then see this site:
http://gypsy.rose.utoronto.ca/people/david_dir/GEMS/GEMS.html
http://www.flipcode.com/documents/matrfaq.html
http://wwwgamedev.net/reference/articles/article1095.asp
http://nearfield.com/~dan/Quater/QUATER.htm
By the way, have you coded the conversion from euler/matrix to quaternion yet? If not, then see this site:
http://gypsy.rose.utoronto.ca/people/david_dir/GEMS/GEMS.html
Guy
Diana Gruber.
Read that article ages ago... still in the dark myself as to quarternions, but she made some good points. (and she''s been on the scene for quite a long time)
happy coding
I used to be indecisive. Now I''m not so sure...
Read that article ages ago... still in the dark myself as to quarternions, but she made some good points. (and she''s been on the scene for quite a long time)
happy coding
I used to be indecisive. Now I''m not so sure...
_________________________________I used to be indecisive. Now I'm not so sure...
ok guys, but every tutorial/article about quaternions is a mess, or it shows only the theory or only the code with no explanation at all ! i just would like to understand or get some code about a simple object rotating around the 3 axis using quaternions, something that starts from the beginning and end with the complete operation, i.e. the 3 angles of rotation... so far i couldn''t find such an article, and i''m very surprised nobody did one yet... perhaps quternions are a complicate subject
ok, but IceWizard links are extremely detailed, they will help a lot, thanks !
March 22, 2001 11:00 AM
what exactly are quaternions?
(Im not exactly in linear algebra yet so I dont know much about advaced matrices yet )... (sorry, newbie).
(Im not exactly in linear algebra yet so I dont know much about advaced matrices yet )... (sorry, newbie).
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement