Cocos2d Box2d 多b2圆形夹具一体带定位
有人知道如何将 2 个圆形夹具添加到一个具有所需定位的 b2body 上吗? 我知道如何使用 m_centroid
将两个多边形夹具添加到一个实体中。但我该如何为圆形夹具做到这一点呢?
任何答案将不胜感激。我想把一些物体粘在一起。我尝试了关节,但它们都是有弹性的。我想要静态距离。
谢谢大家!
Anybody knows how to add 2 circle fixture to one b2body with desired positioning?
I know how to add two polygon fixture to one body by using m_centroid
. But how can I do it for circle fixtures.
Any answer will be appreciated. I want to stick some object together. I tried joints but they all are elastic. I want distance static.
Thanks everyone!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该为您的身体创建两个固定装置,并且这些固定装置的形状应为
b2CircleShape
You should create two fixtures for your body and the shapes of those fixtures should be
b2CircleShape