소스 검색

hemilight example - repositioned directionallight to make helper visible

Lewy Blue 8 년 전
부모
커밋
7a23a2a348
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/webgl_lights_hemisphere.html

+ 1 - 1
examples/webgl_lights_hemisphere.html

@@ -124,7 +124,7 @@
 				dirLight = new THREE.DirectionalLight( 0xffffff, 1 );
 				dirLight.color.setHSL( 0.1, 1, 0.95 );
 				dirLight.position.set( -1, 1.75, 1 );
-				dirLight.position.multiplyScalar( 50 );
+				dirLight.position.multiplyScalar( 30 );
 				scene.add( dirLight );
 
 				dirLight.castShadow = true;