Browse Source

Merge branch 'master' into dev

Mr.doob 7 năm trước cách đây
mục cha
commit
fbe86b5530
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/webgl_morphnormals.html

+ 1 - 1
examples/webgl_morphnormals.html

@@ -148,7 +148,7 @@
 
 				renderer.setSize( SCREEN_WIDTH, SCREEN_HEIGHT );
 
-				camera.aspect = 0.5 * SCREEN_WIDTH / SCREEN_HEIGHT;
+				camera.aspect =SCREEN_WIDTH / SCREEN_HEIGHT;
 				camera.updateProjectionMatrix();
 
 			}