nem0 / OpenFBX

Lightweight open source FBX importer
MIT License
1.15k stars 135 forks source link

Where can I found armature value ? (Question) #69

Closed Renardjojo closed 2 years ago

Renardjojo commented 3 years ago

I try to find where is stored the armature value. Here is my fxb in ascii : image I try to obtain this -90.0000093346673 value. I saw that the skin have the armature's name, so I have tested all its properties but nothing seems to be the right value. image Can you help me to find it ?

Here my ascii FBX : HopeAnim1.zip Here my binary FBX: HopeAnim1.zip

nem0 commented 2 years ago

"Lcl Rotation" is returned by getLocalRotation. Are you sure you are calling it on correct object?