Browse Source

Simplified example.

Mr.doob 11 years ago
parent
commit
b14d350067
1 changed files with 0 additions and 5 deletions
  1. 0 5
      examples/webgl_animation_cloth.html

+ 0 - 5
examples/webgl_animation_cloth.html

@@ -181,11 +181,6 @@
 
 				scene.add( light );
 
-				light = new THREE.DirectionalLight( 0x3dff0c, 0.35 );
-				light.position.set( 0, -1, 0 );
-
-				scene.add( light );
-
 				// cloth material
 
 				var clothTexture = THREE.ImageUtils.loadTexture( 'textures/patterns/circuit_pattern.png' );