Browse Source

removed junk

aardgoose 6 years ago
parent
commit
befca48fd8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/webgl_layers.html

+ 0 - 1
examples/webgl_layers.html

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