Skip to content

Commit c050d11

Browse files
authored
Update 12 Three.js基础之镜头.md
1 parent 2d0b380 commit c050d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12 Three.js基础之镜头.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ OrthographicCamera( left : Number, right : Number, top : Number, bottom : Number
518518

519519
**从实际的角度来看,一定要注意以下几点:**
520520

521-
1. left 的值不能大于 right,同理 top 的值不能大于 bottom
521+
1. left 的值不能大于 right,同理 bottom 的值不能大于 top。 如果没有按照这个约定,例如 bottom 大于 top 相当于颠倒了相机。
522522
2. near 设置越小,投影的映像越大
523523
3. left 与 right 之间的距离、top 与 bottom 之间的距离的比例一定要和 canvas 比例相同,否则会导致投影的物体形状变形
524524

0 commit comments

Comments
 (0)