提交 8f9d85ad 编写于 作者: M Mugen87

tern-threejs: Correct Matrix4.makeOrthographic()

上级 19522b68
......@@ -3926,7 +3926,7 @@
"!doc": "Creates a perspective projection matrix."
},
"makeOrthographic": {
"!type": "fn(left: number, right: number, bottom: number, top: number, near: number, far: number) -> +THREE.Matrix4",
"!type": "fn(left: number, right: number, top: number, bottom: number, near: number, far: number) -> +THREE.Matrix4",
"!doc": "Creates an orthographic projection matrix."
},
"clone": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册