花栗鼠物理学:如何预测物体的路径,包括弹跳

发布于 2024-11-18 01:41:43 字数 51 浏览 3 评论 0原文

我需要在花栗鼠物理学中预测物体的路径,包括与其他物体的弹跳。有什么办法可以做到这一点吗?

I need to predict the path of a body, including bounces with other bodies, in chipmunk physics. Is there any way to do that?

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

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

发布评论

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

评论(1

甜味拾荒者 2024-11-25 01:41:43

这篇文章回答了我的问题:

如果不复制整个空间,然后随着时间的推移将整个事情向前推进,通常不会。这将是非常昂贵的。
如果您只想获取子弹从静态几何体弹起的路径,您可以使用短射线投射来表示子弹,并根据碰撞法线计算简单的弹性碰撞。这将与使用形状查询一样昂贵。
"

花栗鼠物理论坛

This post answered my question:

"Not in general without copying the entire space then stepping the entire thing forward through time. This would be ridiculously expensive.
If you just want to get the path of a bullet bouncing off of static geometry you can represent the bullet using short raycasts and calculate simple elastic collisions from the collision normals. This would be about as expensive as using shape queries.
"

chipmunk physics forum

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