소스 검색

Remove position

Temdog007 6 년 전
부모
커밋
54a213649a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/webgl_geometry_colors_lookuptable.html

+ 0 - 1
examples/webgl_geometry_colors_lookuptable.html

@@ -106,7 +106,6 @@
 				loadModel( );
 
 				var pointLight = new THREE.PointLight( 0xffffff, 1 );
-				pointLight.position.set( 17, 9, 30 );
 				perpCamera.add( pointLight );
 
 				renderer = new THREE.WebGLRenderer( { antialias: true } );