协调 CCSprite 与 b2Fixture
我在 box2D 中创建了一个单一的主体,它由 2 个夹具组成。 我每个固定装置都有一个 CCSprite userData,但我不知道如何设置精灵位置和旋转以匹配固定装置形状...我在文档中找不到 shape.position 或fixture.position。
我缺少什么?
谢谢!
I have created a single body in box2D, which consists of 2 fixtures.
I have a CCSprite userData for each fixture, but i don't know how to set the sprite position and rotation to match the fixture shape...i can't find shape.position or fixture.position in the docs.
What i'm missing ?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己不是 cocos2d 和 box2d 的专家,我现在只是在学习两者,但是有什么理由不能为每个固定装置创建一个单独的主体,然后用某种接头将它们固定在一起吗?将 CCSprite 用户数据分配给每个主体?
I am not an expert at cocos2d and box2d myself and I am just learning both at the moment, but is there any reason why you can't just create a separate body for each fixture and then fix them together with a joint of some sort then assign the CCSprite userdata to each body?