Browse Source

Update webgl_lensflares.html

Fix background color.
Michael Herzog 2 năm trước cách đây
mục cha
commit
ef318c007a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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