46
General Anim8or Forum / Re: SMD skeleton to an8 skeleton
« on: November 08, 2014, 04:31:42 pm »
I ran into the same sorts of problems when I was writing a BVH to Anim8or converter. You need to know the reference frame for the SMD skeleton and rotate the SMD skeleton to the Anim8or reference frame right-handed (0,1,0). The SMD reference frame is unclear, but seems to be left-handed (0,0,1).
Attached is the VB6 source code for the BVHtoAnim8or program. To follow execution, look at cmd_sel_input_Click() and cmd_convert_Click().
NickE
Attached is the VB6 source code for the BVHtoAnim8or program. To follow execution, look at cmd_sel_input_Click() and cmd_convert_Click().
NickE