ufbx / ufbx

Single source file FBX loader
Other
858 stars 56 forks source link

Indicate original order of nodes #147

Open bqqbarbhg opened 3 months ago

bqqbarbhg commented 3 months ago

Currently, ufbx sorts all nodes by depth to allow processing them linearly, however for compatibility, it would be nice to have the original order available for importing.

Either store the original index of the node or have a list of nodes in the original order, or even both.