2
0
aardgoose 6 жил өмнө
parent
commit
befca48fd8

+ 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 );