Default to assume fbx isn't PBR.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-07 00:29:00 -07:00
parent f80b71c29e
commit 73ffff33d0
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ struct GltfOptions {
/** Whether to use KHR_materials_unlit to extend materials definitions. */
bool useKHRMatUnlit{false};
/** Whether to populate the pbrMetallicRoughness substruct in materials. */
bool usePBRMetRough{true};
bool usePBRMetRough{false};
/** Whether to include lights through the KHR_punctual_lights extension. */
bool useKHRLightsPunctual{true};