自顶向下 3D 教程

发布于 2024-10-26 14:17:23 字数 68 浏览 1 评论 0原文

嗯,我正在寻找一个关于用 C++ 编程 Topdown 3D 的好指南。我在哪里可以找到一个好的?

谢谢。

Well, i'm looking for a good guide to program Topdown 3D in C++. Where i can find a good one?

Thanks.

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

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

发布评论

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

评论(2

楠木可依 2024-11-02 14:17:23

自上而下与任何其他 3D 节目没有任何不同 - 除了观看者的位置不同。

您可以通过检查 gluLookAt() 获得有关您想要执行的操作的更多信息。

您的“向上”将是 X 或 Z,具体取决于您想要执行的操作以及是否仍想对其他所有操作使用右手坐标。

Topdown isn't any different than any other 3D programming - except for the position of the viewer.

You can get some more information about what you want to do by checking out gluLookAt()

Your "up" would be X or Z depending on what you wanted to do and if you still wanted to use right-handed coordinates for everything else.

愛上了 2024-11-02 14:17:23

在 nehe 教程站点查看 Isometric

Check out Isometric at the nehe tutorials site.

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