Recently, single-source file FBX importer: https://ufbx.github.io/
The skeleton hierarchy _should_ have ufbx_bone attachments in the nodes (ufbx_node.bone), with the root bone having ufbx_bone.is_root set if that helps. FBX being FBX though you may run into surprises :D
The skeleton hierarchy _should_ have ufbx_bone attachments in the nodes (ufbx_node.bone), with the root bone having ufbx_bone.is_root set if that helps. FBX being FBX though you may run into surprises :D
Writing an exporter should be a lot less involved in general fortunately, since most of ufbx deals with old/strange ways of writing the same data.
Writing an exporter should be a lot less involved in general fortunately, since most of ufbx deals with old/strange ways of writing the same data.