From 055d8b466ae29f0030d474b8a9f422658de3878c Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Mon, 7 Jun 2021 00:18:36 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d59340..33bdfc8 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Reference the Github workflow.