提交 a47fb422 编写于 作者: T Tristan Valcke

Remove unnecessary comma, and add missing semicolon in webgl_light_arealight

上级 3eaaeeb3
......@@ -61,7 +61,7 @@
var matParams = {
specular: 0xFFFFFF,
shininess: 10000
}
};
var matFloor = new THREE.MeshPhongMaterial( matParams );
var matBox = new THREE.MeshPhongMaterial( matParams );
......@@ -263,7 +263,7 @@
intensity: rectLight.intensity,
width: rectLight.width,
height: rectLight.height,
shininess: matFloor.shininess,
shininess: matFloor.shininess
// shape: shapeNames[0]
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册