Default to assume fbx isn't PBR.
This commit is contained in:
parent
f80b71c29e
commit
73ffff33d0
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue