Browse Source

Update webgl_lensflares.html

Fix background color.
Michael Herzog 2 years ago
parent
commit
ef318c007a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_lensflares.html

+ 1 - 1
examples/webgl_lensflares.html

@@ -59,7 +59,7 @@
 				// scene
 				// scene
 
 
 				scene = new THREE.Scene();
 				scene = new THREE.Scene();
-				scene.background = new THREE.Color().setHSL( 0.51, 0.4, 0.01 );
+				scene.background = new THREE.Color().setHSL( 0.51, 0.4, 0.01, THREE.SRGBColorSpace );
 				scene.fog = new THREE.Fog( scene.background, 3500, 15000 );
 				scene.fog = new THREE.Fog( scene.background, 3500, 15000 );
 
 
 				// world
 				// world