From 678a9bf844df9d34ff286cceefd6e048c7afa6b1 Mon Sep 17 00:00:00 2001 From: abbaswasim Date: Mon, 11 Mar 2019 19:45:38 +0000 Subject: [PATCH] Fix typo (#167) Corrects spelling of `roughness` --- src/FBX2glTF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FBX2glTF.cpp b/src/FBX2glTF.cpp index 459100d..270fcd7 100644 --- a/src/FBX2glTF.cpp +++ b/src/FBX2glTF.cpp @@ -109,7 +109,7 @@ int main(int argc, char* argv[]) { const auto opt_no_flip_v = app.add_flag("--no-flip-v", "Don't flip V texture coordinates."); app.add_flag( - "--pbr-metallic-rougnness", + "--pbr-metallic-roughness", gltfOptions.usePBRMetRough, "Try to glean glTF 2.0 native PBR attributes from the FBX.") ->group("Materials");