Update README.md
This commit is contained in:
parent
6efbfbe379
commit
055d8b466a
|
@ -10,18 +10,18 @@ There are artifacts in the Github Actions for Windows, MacOS and Linux.
|
||||||
|
|
||||||
## For Linux
|
## For Linux
|
||||||
|
|
||||||
Use `./FBX2glTF-linux --pbr-metallic-roughness --skinning-weights 8 --anim-framerate bake30 --user-properties example.fbx`.
|
Use `./FBX2glTF-linux --pbr-metallic-roughness example.fbx`.
|
||||||
|
|
||||||
## For Windows
|
## For Windows
|
||||||
|
|
||||||
Use `FBX2glTF-windows.exe --pbr-metallic-roughness --skinning-weights 8 --anim-framerate bake30 --user-properties example.fbx`.
|
Use `FBX2glTF-windows.exe example.fbx`.
|
||||||
|
|
||||||
You need to install the MVSC redistributable. https://support.microsoft.com/en-ca/help/2977003/the-latest-supported-visual-c-downloads.
|
You need to install the MVSC redistributable. https://support.microsoft.com/en-ca/help/2977003/the-latest-supported-visual-c-downloads.
|
||||||
|
|
||||||
## For Mac
|
## For Mac
|
||||||
|
|
||||||
Use `./FBX2glTF-macos --pbr-metallic-roughness --skinning-weights 8 --anim-framerate bake30 --user-properties example.fbx`.
|
Use `./FBX2glTF-macos example.fbx`.
|
||||||
|
|
||||||
## Build Instructions
|
## Build Instructions
|
||||||
|
|
||||||
Reference the Github workflow.
|
Reference the Github workflow.
|
||||||
|
|
Loading…
Reference in New Issue