瀏覽代碼

Improved decal example.

Mr.doob 11 年之前
父節點
當前提交
96c6df83bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_decals.html

+ 1 - 1
examples/webgl_decals.html

@@ -109,7 +109,7 @@
 	
 			scene.add( camera );
 
-			var light = new THREE.HemisphereLight( 0xffbbbb, 0x000011 );
+			var light = new THREE.HemisphereLight( 0xffddcc, 0x111122 );
 			light.position.set( 1, 0.75, 0.5 );
 			scene.add( light );