diff --git a/source/threejs/threeconverter.js b/source/threejs/threeconverter.js index 7dc66a1..79f837b 100644 --- a/source/threejs/threeconverter.js +++ b/source/threejs/threeconverter.js @@ -67,7 +67,7 @@ OV.ConvertModelToThreeMeshes = function (model, params, output, callbacks) specularColor.setRGB (0.0, 0.0, 0.0); } threeMaterial.specular = specularColor; - threeMaterial.shininess = material.shininess * 100.0, + threeMaterial.shininess = material.shininess * 100.0; LoadTexture (threeMaterial, material.specularMap, (threeTexture) => { threeMaterial.specularMap = threeTexture; callbacks.onTextureLoaded ();