AS3 透视图
我正在做一场从上面看的足球比赛,我想知道将其转换为透视图的最简单方法。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
那里有一些等距发动机。
(教程)
什么是等距?好吧,谷歌图像显示了很多: http://images.google.nl/search?tbm =isch&q=isometric
我认为您正在寻找一种鹰眼视角。而且您不需要完整的 3D 引擎。
There are a few isometric engines out there.
(tutorial)
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.
如果您只想旋转舞台而不关心完全等距的 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/)