Box2d - 动态传感器?

发布于 2024-11-18 16:44:22 字数 155 浏览 1 评论 0 原文

所以我有这个动态体,我只想知道一个物体何时与它碰撞,但即使这个物体与它碰撞,动态体也总是同时移动,并且只会受到重力和地板的影响。

我尝试了运动体和传感器,但它不受重力影响。我可以添加重力,但如何添加它会与地板碰撞并停止?

我不在乎什么,但我最能找到解决方案。谢谢。

so I have this dynamic body, that I just want to know when an object collides with it, but even if this object collides with it, the dynamic body will always move at the same time and will only affect by gravity and the floor.

I tried kinmestic bodies and sensor, but it's not affected by gravity. I can add gravity but how can I add also that it will collide with the floor and stop?

I don't care what, but I most find a solution for that. Thanks.

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

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

发布评论

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

评论(1

二货你真萌 2024-11-25 16:44:22

您的情况不需要传感器。您必须实现 b2ContactListener。以下是如何操作的手册:http://www.box2d.org/manual.html

There is no need for sensor in your case. You have to implement the b2ContactListener. Here is the manual how to do it: http://www.box2d.org/manual.html

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