17 lines
567 B
Markdown
17 lines
567 B
Markdown
# 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.
|
|
|
|
```bash
|
|
conan install . -i build -s build_type=Release -s compiler.cppstd=14 -s compiler.runtime=static --build=missing
|
|
``` |