Browse Source

Simplified example.

Mr.doob 11 năm trước cách đây
mục cha
commit
b14d350067
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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' );