mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-07 06:09:42 +03:00
401bcccc7769da28fd4bebdca24031b10d9fd772
FBX2GLTF
Change skinning-weights to 4 if your engine does not support that feature.
Change the default import of the engine to be different from 30 fps if needed.
There are artifacts in the Github Actions for Windows, MacOS and Linux.
You need to install the MVSC redistributable on Windows. https://support.microsoft.com/en-ca/help/2977003/the-latest-supported-visual-c-downloads.
Build Instructions
Reference the Github workflow.
conan install . -i build -s build_type=Release -s compiler.cppstd=17 -s compiler.runtime=static --build=missing
Description
A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.
Languages
C++
95.8%
CMake
3.9%
Python
0.3%