aardgoose hace 7 años
padre
commit
befca48fd8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      examples/webgl_layers.html

+ 0 - 1
examples/webgl_layers.html

@@ -57,7 +57,6 @@
 				scene.background = new THREE.Color( 0xf0f0f0 );
 
 				var light = new THREE.PointLight( 0xffffff, 1 );
-				light.position.set( 1, 1, 1 ).normalize();
 				light.layers.enable( 0 );
 				light.layers.enable( 1 );
 				light.layers.enable( 2 );