Procházet zdrojové kódy

Restore previous light position

WestLangley před 7 roky
rodič
revize
751b7b10db
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;