Corrects spelling of `roughness`
This commit is contained in:
abbaswasim 2019-03-11 19:45:38 +00:00 committed by Pär Winzell
parent b8d587d2c7
commit 678a9bf844
1 changed files with 1 additions and 1 deletions

View File

@ -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."); const auto opt_no_flip_v = app.add_flag("--no-flip-v", "Don't flip V texture coordinates.");
app.add_flag( app.add_flag(
"--pbr-metallic-rougnness", "--pbr-metallic-roughness",
gltfOptions.usePBRMetRough, gltfOptions.usePBRMetRough,
"Try to glean glTF 2.0 native PBR attributes from the FBX.") "Try to glean glTF 2.0 native PBR attributes from the FBX.")
->group("Materials"); ->group("Materials");