Browse Source

Update canvas_camera_orthographic2.html

erichlof 11 năm trước cách đây
mục cha
commit
c50896b7f6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 );