Revert "Default to assume fbx isn't PBR."

This reverts commit 73ffff33d0.
This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-07 00:29:00 -07:00
parent bd35c5dab2
commit 04c8673fe5
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{false};
bool usePBRMetRough{true};
/** Whether to include lights through the KHR_punctual_lights extension. */
bool useKHRLightsPunctual{true};