From e045374560c0dbb90c0385e07abd4f146d0e5c19 Mon Sep 17 00:00:00 2001 From: Tristan Valcke Date: Wed, 16 Nov 2016 11:49:06 +0100 Subject: [PATCH] Remove unnecessary comma in webgl_light_physical --- examples/webgl_lights_physical.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/webgl_lights_physical.html b/examples/webgl_lights_physical.html index 1f4ed40f0b..1ac3a16e9b 100644 --- a/examples/webgl_lights_physical.html +++ b/examples/webgl_lights_physical.html @@ -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 ) { -- GitLab