소스 검색

Restore previous light position

WestLangley 7 년 전
부모
커밋
751b7b10db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;