Browse Source

Remove position

Temdog007 6 năm trước cách đây
mục cha
commit
54a213649a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 } );