RE: [Plib-devel] SLERP
Brought to you by:
sjbaker
From: Michael K. <neg...@ea...> - 2000-03-10 22:07:33
|
I fixed a lot of mistakes in the Quaternion code and sent them to Steve. I suspect he put them into the CVS tree but I actually havent check up on him =) I fixed errors in 3 functions and now everything works fine from what I can tell. I even sent Steve a demo of a quaternion camera. I'm not at home or I'd send the updates again but the essence was someone had X*X + X*Y + Z*Z + W*W in two functions which should be Y*Y And the mult function was REALLY off, but it appears from your message you found those mistakes. -mike |