You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finding updated documentation on the binary format for FBX can be quite hard. After looking through various parsers from various open-source projects, I decided to write this short specification with the new and updated information I found.
NOTE: This is still a work in progress, although all values being shown should be correct.
If encoding == 0, the data length is array_length * data type size.
If encoding == 1, the data is a deflate/zip-compressed buffer of length compressed_length