Update README.md

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-07 00:18:36 -07:00 committed by GitHub
parent 6efbfbe379
commit 055d8b466a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -10,18 +10,18 @@ There are artifacts in the Github Actions for Windows, MacOS and 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
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.
## 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
Reference the Github workflow.
Reference the Github workflow.