Sorry, I didn't check on the actual animation yet, but
In my defination 3-15-15-15 in axisFlag s2 s1 s0 (High to low)
so:
730b 5dFB c15F
011 100110000101101 011101111110111 100000101011111
3 4C2D 3BF7 415F
calculate by hand:
axisFlag = 3 (quat s2 s1 s0 s3)
s2 = 0x4C2D =result=> 0.13457157444990386669515060884426
s1 = 0x3BF7 =result=> -0.044540687887203588976714377269814
s0 = 0x415F =result=> 0.015192172612689596240119632557146
exactly = quat x=0.134586, y=-0.044547, z=0.015197, w=0.989783 !?
PS:
Just before I forgot about the indices part of the animation
Code: Select all
Struct AmnIdx_ver_4 {
dword Bone_Hash
word Index_of_Translation //Reference to Translation_Table
word Index_of_Scale //Reference to Translation_Table(Vector3_Table)
word Index_of_Rotation //Reference to Rotation_Table
word null
}
Struct AmnIdx_ver_5 {
word Index_of_Translation //Reference to Translation_Table
word Index_of_Scale //Reference to Translation_Table(Vector3_Table)
word Index_of_Rotation //Reference to Rotation_Table
}