facebookincubator / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Abandoned? Alternatives?

gridwalk opened this issue · comments

Looks like there are lots of open issues without any responses. This would be fine except I'm not sure there are any viable alternatives right now. The GLTF spec is actively changing and getting new features, so it would be ideal to have the FBX converter taking advantage of the latest and greatest or at least reliably converting without as many bugs.

Anyone know of any alternative methods for converting FBX to GLB? Command line tools are also fine.

I still rely on FBX2glTF to get some models converted and the results are not "perfect", but I can easily enough fix the last things in Blender... but yea, always a bit sad when projects are abandoned.

Instead of looking for a 100 % replacement just look at the network graph and find an active fork: https://github.com/facebookincubator/FBX2glTF/network

You can also of course learn C++ yourself and maintain your own fork.