Revert "Default to assume fbx isn't PBR."
This reverts commit 73ffff33d0
.
This commit is contained in:
parent
bd35c5dab2
commit
04c8673fe5
|
@ -107,7 +107,7 @@ struct GltfOptions {
|
||||||
/** Whether to use KHR_materials_unlit to extend materials definitions. */
|
/** Whether to use KHR_materials_unlit to extend materials definitions. */
|
||||||
bool useKHRMatUnlit{false};
|
bool useKHRMatUnlit{false};
|
||||||
/** Whether to populate the pbrMetallicRoughness substruct in materials. */
|
/** Whether to populate the pbrMetallicRoughness substruct in materials. */
|
||||||
bool usePBRMetRough{false};
|
bool usePBRMetRough{true};
|
||||||
|
|
||||||
/** Whether to include lights through the KHR_punctual_lights extension. */
|
/** Whether to include lights through the KHR_punctual_lights extension. */
|
||||||
bool useKHRLightsPunctual{true};
|
bool useKHRLightsPunctual{true};
|
||||||
|
|
Loading…
Reference in New Issue