diff --git a/source/threejs/threeimporter.js b/source/threejs/threeimporter.js index 22e1baa..4a2ab00 100644 --- a/source/threejs/threeimporter.js +++ b/source/threejs/threeimporter.js @@ -182,7 +182,8 @@ OV.ThreeImporter = class extends OV.ImporterBase material.alphaTest = threeMaterial.alphaTest; if (threeMaterial.type === 'MeshPhongMaterial') { SetColor (material.specular, threeMaterial.specular); - SetColor (material.emissive, threeMaterial.emissive); + // TODO: + //SetColor (material.emissive, threeMaterial.emissive); material.shininess = threeMaterial.shininess / 100.0; } if (threeMaterial.map !== undefined && threeMaterial.map !== null) {