ソースを参照

Update background color of kmz loader example

Takahiro 8 年 前
コミット
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();

粤ICP备19079148号