diff --git a/source/import/importergltf.js b/source/import/importergltf.js index 87caa2c..c7541a6 100644 --- a/source/import/importergltf.js +++ b/source/import/importergltf.js @@ -734,7 +734,7 @@ OV.ImporterGltf = class extends OV.ImporterBase } let metallicFactor = gltfMaterial.pbrMetallicRoughness.metallicFactor; if (metallicFactor !== undefined) { - material.metallic = metallicFactor; + material.metalness = metallicFactor; } let roughnessFactor = gltfMaterial.pbrMetallicRoughness.roughnessFactor; if (roughnessFactor !== undefined) {