如果世界矩阵和相机矩阵都是单位矩阵,可以省略吗?

发布于 2024-09-18 13:04:53 字数 300 浏览 7 评论 0原文

这是一个关于当世界矩阵和相机空间矩阵都是单位矩阵时是否需要它们的基本问题。计算二维投影时可以省略它们吗?我很确定它们可以,尽管当我尝试投影一些 3D 点同时忽略它们时,我似乎得到了奇怪的结果,我问,因为这可能直接链接到另一个问题:

使用透视相机矩阵将 3D 点投影到 2D 屏幕空间

This is a basic question about the need for world and camera space matrices when each are identity matrices. Can they be omitted when calculating a 2D projection? I'm pretty sure that they can, although I seem to be getting strange results when I try to project some 3D points whilst omitting them, I ask since this might be directly linked to another question:

Projecting a 3D point to 2D screen space using a perspective camera matrix

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

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

发布评论

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

评论(1

浮光之海 2024-09-25 13:04:53

将 3D 点乘以单位矩阵将得到相同的点(根据定义,嗯),因此如果您确定它们是单位矩阵,我认为无需应用它们。

Multiplying a 3D point by an identity matrix will result in the same point (hum, by definition), so I see no need to apply them if you are sure they are identity.

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