XNA 3d physics engine [closed]

时光毁灭记忆、已成空白 提交于 2019-11-29 13:48:55

问题


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?


回答1:


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.




回答2:


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




回答3:


APE physics engine, C#, MIT license

APE



来源:https://stackoverflow.com/questions/1388293/xna-3d-physics-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!