elix22 / 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

FBX2glTF

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

Change skinning-weights to 4 with --skinning-weights 4, if your engine does not support that feature.

Change the default import of the engine to be different from 30 fps if needed, with --anim-framerate (bake24|bake30|bake60).

License

The FBX2glTF command line tool is distributed under the 3-clause BSD license.

Precompiled binaries include proprietary code from the Autodesk FBX SDK 2020, which is distributed under the Autodesk LICENSE AND SERVICES AGREEMENT.

By downloading and using this tool, you agree to the terms of that Autodesk proprietary license.

Platform binaries

Check the latest release for the last precompiled binaries for Linux, macOS, and Windows.

There are also artifacts of the latest commit for Linux, macOS, and Windows in the GitHub Actions tab.

Build instructions

Reference the GitHub workflow.

About

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

License:Other


Languages

Language:C++ 95.7%Language:CMake 4.0%Language:Python 0.3%