在 Java 3d 中将平截头体转换为投影矩阵

发布于 2024-07-07 21:51:39 字数 131 浏览 4 评论 0原文

我需要准备考试,这是考试的可能问题。 给定一个截头体方法,例如 frustum(-1,1, -0.5, 0.5, 1, 2) 如何将其转换为投影矩阵? 上面的例子来自我的教科书,但作者没有详细定义它。 如果有人能详细解释这一点,我将非常感激。

I need to prepare for my exam and this is the probable question for the test. Given a frustum method such as frustum(-1,1, -0.5, 0.5, 1, 2) how to convert this to a projection matrix? The above example from my textbook but the writers don't define it in detail. If anyone can explain this in detail, I'd appreciate very much.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

文档中对此进行了描述: http://download.java.net/.../ViewModel.html (在底部)

This is described in the documenation: http://download.java.net/.../ViewModel.html (at the bottom)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文