소스 검색

Having the light on top seems to be much more useful.

Mr.doob 13 년 전
부모
커밋
7d988db87d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/webgl_geometries.html

+ 1 - 1
examples/webgl_geometries.html

@@ -47,7 +47,7 @@
 				scene.add( new THREE.AmbientLight( 0x404040 ) );
 
 				light = new THREE.DirectionalLight( 0xffffff );
-				light.position.set( 0, 0, 1 );
+				light.position.set( 0, 1, 0 );
 				scene.add( light );
 
 				materials = [