Anim8or Community

General Category => General Anim8or Forum => Topic started by: ncoda on August 11, 2008, 08:02:25 am

Title: an8 file format - 3d math and quaternions
Post by: ncoda on August 11, 2008, 08:02:25 am
Hi,
This is a difficult question to ask - since I'm fairly new to the whole quaternions and everything. The AN8 file format has the bones like so ...
    bone { "leftHipBone"
      length { 8.6686 }
      orientation { (0 0 0.13761 -0.99049) }

Now I've grabbed a quaternion C++ class from a book ("3D Math Primer for Graphics and Game Development"), and it references components W,X,Y,Z which I assume are in that order in the AN8 file? Is that the case?

Is there anything special about the implementation in the AN8 file?

Thanks
(Hoping to use this to load animated models into a little render engine)
Title: Re: an8 file format - 3d math and quaternions
Post by: NickE on August 11, 2008, 10:58:05 am
In Anim8or, the quaternion is in the order of (x,y,z,w).  See the scripting reference page and the anim8or file specification for more information.