mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-03 10:09:32 +03:00
Revert "Default to assume fbx isn't PBR."
This reverts commit 73ffff33d0.
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user