Actionscript 3D 引擎

发布于 2024-10-29 11:46:27 字数 126 浏览 1 评论 0原文

我是 3D 新手,所以寻求帮助。我需要在 AS3 上制作步行模拟器:第一人称视角,穿过房间和走廊。我不需要任何物理,只需要移动和观察。有人可以告诉我,实现所需功能的最佳 actionscript-3 3d 框架是什么?欢迎解释:) 谢谢!

I'm new to 3D, so asking for help. I need to make walking simulator on AS3: first-person view, moving through rooms and corridors. I don't need any physics, only moving and looking. Could someone tell me, what's the best actionscript-3 3d framework to implement needed functionality? Explanation is welcome :) Thanks!

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

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

发布评论

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

评论(2

转身以后 2024-11-05 11:46:27

离开3D。闪存上最好的开源(可能也是最好的)3D 引擎。您可以使用适用于 Flash Player 10 及以下版本的旧away3D 版本来执行此操作,也可以使用away3D 来执行新的Molehill 3D api。链接:

Away3D 4.0 (Molehill APIS)

http://away3d.com/

Away3D 3.5 适用于 Flash 10 及以下

http://away3d.com/away3d-3-5-0-2-5-0-released

发布一个以编程方式实时完成的动画步行循环(我相信) 离开3d。还讨论了away3d 的一些优点/缺点。

http:// www.everyday3d.com/blog/index.php/2009/02/09/making-things-walk-in-flash-3d/

另外,away3D SVN 中充满了演示包含您在链接中看到的所有这些内容的源代码以及更多内容。

http://code.google.com/p/away3d/source/ browser/#svn%2Ftrunk

请注意,主干中的 broomstick 分支是away3D 4.0 分支,目标是 beta flash 播放器 11。更多 NFO 信息请参见:

http://blog.ascensionsystems.ca/?p=147

Away3D. Best open source (and probably best of all) 3D engine on flash. You can either do this using the old away3D version for flash player 10 and under, or using away3D for the new Molehill 3D api's. Links:

Away3D 4.0 (Molehill APIS)

http://away3d.com/

Away3D 3.5 For Flash 10 and under

http://away3d.com/away3d-3-5-0-2-5-0-released

Post on an animated walk-cycle done programatically in real-time using (I believe) away3d. Also discusses pros/cons somewhat of away3d.

http://www.everyday3d.com/blog/index.php/2009/02/09/making-things-walk-in-flash-3d/

Also the away3D SVN is packed full of demo's with source code for all of these things you see in the links + much more.

http://code.google.com/p/away3d/source/browse/#svn%2Ftrunk

Note that the broomstick branch in the trunk is the away3D 4.0 branch, targeting the beta flash player 11. More NFO on that here:

http://blog.ascensionsystems.ca/?p=147

椒妓 2024-11-05 11:46:27

我看到已经提到了Away 3d

其他选项是Alternativand3d

除此之外,您可能还想了解 flare3d 和 unity3d。

Papervision 看起来不太与时俱进,但与away3d 非常相似,更多资源()教程),但没有molehill API

I see that Away 3d has been mentioned already

the other options are Alternativa and nd3d

beyond that you might want to look into flare3d and unity3d.

Papervision looks like it's not keeping with times, but pretty similar to away3d, more resources()tutorials), but no molehill APIs

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