提交 f40f3db0 编写于 作者: D Daniel Phillips

Fixing the documentation for Matrix4.makeOrthographic. Top comes before bottom in the three.js API.

上级 1b9e3a9a
......@@ -223,7 +223,7 @@
Creates a perspective projection matrix.
</div>
<h3>[method:Matrix4 makeOrthographic]( [page:Float left], [page:Float right], [page:Float bottom], [page:Float top], [page:Float near], [page:Float far] ) [page:Matrix4 this]</h3>
<h3>[method:Matrix4 makeOrthographic]( [page:Float left], [page:Float right], [page:Float top], [page:Float bottom], [page:Float near], [page:Float far] ) [page:Matrix4 this]</h3>
<div>
Creates an orthographic projection matrix.
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册