XNA 3d 物理引擎

发布于 2024-08-03 14:20:49 字数 184 浏览 2 评论 0原文

我正在寻找 XNA 的 3D 物理引擎。我听说过一些选项,但我需要的是:

  • 免费用于商业目的(最好是开源)
  • 支持刚体动力学
  • 支持每多边形碰撞(这非常重要)
  • 托管代码 - 必须在 XBOX360 上工作

你用过吗像这样的东西?你能推荐一些东西吗?

I am looking for a 3D physics engine for XNA. I heard of some options, but what I need is:

  • free for commercial purposes (preferable open-source)
  • support for rigid body dynamics
  • support for per-polygon collision (this is very important)
  • managed code - has to work on XBOX360

Have you used something like this? Can you recommend something?

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

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

发布评论

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

评论(3

混吃等死 2024-08-10 14:20:49

我会看看 JigLibX。它是 JigLib 引擎的 C# 端口,支持您需要的所有功能。它还附带了相当多的示例,如果您有物理引擎的经验,那么使用它应该不会太难。

另外,您可能想看看创建者上的此帖子俱乐部论坛,其中正在讨论一些 XNA 物理引擎。

编辑 另外,我忘了提及,我自己在几个项目中使用了 JigLibX,即使进行一些相当繁重的物理模拟,它也很有魅力。

I would look at JigLibX. It's a C# port of the JigLib engine and has support for all the things you need. It also comes with quite a lot of samples, and if you have any experience with physics engines it shouldn't be too hard to work with it.

Also, you might want to take a look at this thread over on the Creators Club forums where some XNA physics engines are being discussed.

EDIT Also, I forgot to mention that I have used JigLibX myself for a couple of projects and it works like a charm even doing some fairly heavy physics simulations.

孤云独去闲 2024-08-10 14:20:49

我相信 www.bulletphysicals.com 包含一个 C# 端口。

www.bulletphysics.com includes a C# port, i believe.

子栖 2024-08-10 14:20:49

APE 物理引擎,C#,MIT 许可证

APE

APE physics engine, C#, MIT license

APE

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