浏览代码

Update background color of kmz loader example

Takahiro 7 年之前
父节点
当前提交
30a3f0c185
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_loader_kmz.html

+ 1 - 1
examples/webgl_loader_kmz.html

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