Browse Source

Update background color of kmz loader example

Takahiro 7 years ago
parent
commit
30a3f0c185
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_loader_kmz.html

+ 1 - 1
examples/webgl_loader_kmz.html

@@ -62,7 +62,7 @@
 			function init() {
 
 				scene = new THREE.Scene();
-				scene.background = new THREE.Color( 0xaaaaaa );
+				scene.background = new THREE.Color( 0x999999 );
 
 				var light = new THREE.DirectionalLight( 0xffffff );
 				light.position.set( 0.5, 1.0, 0.5 ).normalize();