Browse Source

Restore previous light position

WestLangley 7 years ago
parent
commit
751b7b10db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_animation_cloth.html

+ 1 - 1
examples/webgl_animation_cloth.html

@@ -109,7 +109,7 @@
 				scene.add( new THREE.AmbientLight( 0x666666 ) );
 
 				light = new THREE.DirectionalLight( 0xdfebff, 1 );
-				light.position.set( -50, 200, -100 );
+				light.position.set( 50, 200, 100 );
 				light.position.multiplyScalar( 1.3 );
 
 				light.castShadow = true;