Temdog007 6 anni fa
parent
commit
54a213649a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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 } );