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

Remove unnecessary comma in webgl_light_physical

上级 a47fb422
......@@ -80,7 +80,7 @@
"400 lx (Sunrise/Sunset)": 400,
"1000 lx (Overcast)": 1000,
"18000 lx (Daylight)": 18000,
"50000 lx (Direct Sun)": 50000,
"50000 lx (Direct Sun)": 50000
};
var params = {
......@@ -131,7 +131,7 @@
roughness: 0.8,
color: 0xffffff,
metalness: 0.2,
bumpScale: 0.0005,
bumpScale: 0.0005
});
var textureLoader = new THREE.TextureLoader();
textureLoader.load( "textures/hardwood2_diffuse.jpg", function( map ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册