如何获取box2d中的碰撞位置
在 box2d 中获取碰撞点的最佳方法是什么?我将它与 cocos2d 和 Objective C 一起使用,但我认为该 API 在其他语言中是类似的。使用 b2ContactListener 类将生成 b2Contact 对象,但我找不到有关接触位置的任何信息。
What's the best way to get the point of collision in box2d. I'm using it with cocos2d and Objective C, but I imagine the API is similar in other languages. Using the b2ContactListener class will produce b2Contact objects, but I can't find any information on the contact position.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用以下代码来获取碰撞点
您可以通过此代码获取身体位置......
即使我正在搜索如何获取碰撞点
You can use the following code to get the point of collision
You can get body positions through this code.....
even i am searching how to get point of collision