소스 검색

Update canvas_camera_orthographic2.html

erichlof 11 년 전
부모
커밋
c50896b7f6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      examples/canvas_camera_orthographic2.html

+ 0 - 1
examples/canvas_camera_orthographic2.html

@@ -216,7 +216,6 @@
 
 				camera.position.x = Math.cos( timer ) * 200;
 				camera.position.z = Math.sin( timer ) * 200;
-				
 				if ( lookAtScene ) camera.lookAt( scene.position );
 
 				renderer.render( scene, camera );