瀏覽代碼

Update webgl_lensflares.html

Fix background color.
Michael Herzog 2 年之前
父節點
當前提交
ef318c007a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_lensflares.html

+ 1 - 1
examples/webgl_lensflares.html

@@ -59,7 +59,7 @@
 				// 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 );
 
 				// world