BulletPhysics 中的子弹

发布于 2024-10-02 14:37:18 字数 83 浏览 3 评论 0原文

在子弹物理学中模拟子弹的最佳方法是什么?

小胶囊体? 某种光线追踪? 还有别的事吗?

如果可能的话,一些示例代码会很好。

What would be the best way to simulate bullets in bulletphysics?

Small capsule bodies?
Some sort of ray tracing?
Something else?

Some example code would be nice, if possible.

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

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

发布评论

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

评论(1

娇女薄笑 2024-10-09 14:37:18

对于行进速度为 300 m/s 或以上的子弹,光线追踪可能是最简单的方法,除非需要重力。然后将路径线性化为多个部分并进行基于行的检查可能会遥不可及。

如果碰撞检测器配置为考虑速度,小胶囊(或球体)也可能起作用。 (不确定是否默认)。但我猜你的命中计算不需要那种保真度,或者?

For bullets that travel 300 m/s or more, ray tracing is probably the simplest way unless you need gravity. Then linearizing the path into parts and do line-based checking might be away forward.

Small capsules (or spheres) might work too, if the collision detector is configured to take speed into account. (Not sure if it's in by default). But I'd guess you don't need that kind of fidelity for your hit calculations, or?

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