소스 검색

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 );