AS3 透视图

发布于 2024-12-15 03:57:54 字数 42 浏览 0 评论 0原文

我正在做一场从上面看的足球比赛,我想知道将其转换为透视图的最简单方法。

I'm doing a football game which is now seen from above, I would like to know the easiest way to transform it into a perspective view.

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

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

发布评论

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

评论(2

权谋诡计 2024-12-22 03:57:54

那里有一些等距发动机。

什么是等距?好吧,谷歌图像显示了很多: http://images.google.nl/search?tbm =isch&q=isometric

我认为您正在寻找一种鹰眼视角。而且您不需要完整的 3D 引擎。

There are a few isometric engines out there.

What is isometric? Well google images shows alot: http://images.google.nl/search?tbm=isch&q=isometric

It is a kind of a eagle eye perspective that I think you are looking for. And you dont need a full 3d engine for it.

未央 2024-12-22 03:57:54

如果您只想旋转舞台而不关心完全等距的 3D 环境,则可以尝试使用 stage.rotateX、stage.rotateY 和 stage.rotateZ 属性。对于更丰富的 3D 游戏,您需要查看一些等距链接(由 SynerCoder 发布)或完整的 3D 引擎,如 Papervision3D (http://blog.papervision3d.org/)

If you just want to rotate the stage and don't care about a fully isometric 3D environment, you can try playing around with the stage.rotateX stage.rotateY and stage.rotateZ properties. For a richer 3D game, you'll want to look at some of the isometric links (posted by SynerCoder) or a full 3D engine like Papervision3D (http://blog.papervision3d.org/)

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