Explorar el Código

Restore previous light position

WestLangley hace 7 años
padre
commit
751b7b10db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;