提交 3b89ec1c 编写于 作者: M Mugen87

Three.Legacy: Corrected Matrix4.makeFrustum()

上级 53ae111d
......@@ -470,6 +470,7 @@ Object.assign( Matrix4.prototype, {
makeFrustum: function( left, right, bottom, top, near, far ) {
console.error( 'THREE.Matrix4: .makeFrustum() has been renamed to .makePerspective().' );
return this.makePerspective( left, right, bottom, top, near, far );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册