소스 검색

increased size of PointLightHelper in helpers example

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

+ 1 - 1
examples/webgl_helpers.html

@@ -43,7 +43,7 @@
 				light.position.set( 200, 100, 150 );
 				scene.add( light );
 
-				scene.add( new THREE.PointLightHelper( light, 5 ) );
+				scene.add( new THREE.PointLightHelper( light, 15 ) );
 
 				var gridHelper = new THREE.GridHelper( 400, 40, 0x0000ff, 0x808080 );
 				gridHelper.position.y = - 150;