box2d 与曲线碰撞
大家好 我正在使用 cocos2d Objective C 和 box2d 开发 iPad 应用程序。我的问题与 box2d 和曲线碰撞有关。基本上我在一个更大的圆形竞技场中有圆圈。较小的圆圈彼此碰撞得很好,但我想知道如何使它们正确地与较大竞技场圆圈的边缘碰撞,这样它们就不会离开竞技场并反弹回来。任何关于如何解决这个问题的想法都会很棒 干杯
Hi all
im working on an ipad app using cocos2d objective c and box2d. my question is in relation to box2d and collisions with curves. basically i have circles within a larger circle arena. the smaller circles collide with each other fine but i want to know how to make them collide with the edges of the larger arena circle correctly so that they dont leave the arena and bounce back in. any ideas on how to approach this problem would be great
cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好的,我成功了,但我不确定它是否是正确的方法,
这会创建一个 50 条边的圆,并且似乎正在做我想要的事情。如果有人有更好的方法请告诉我
蒂
ok i got it working but im not sure if its the correct way to do it
this creates a circle out of 50 sides and appears to be doing what i want. if anyone has a better way please let me know
ty
不确定这是什么,但我在论坛上看到了这个:
您可以看到如何通过发送更大的数组来添加更多点
not sur eif this i what you are looking for but i saw this on a forum:
you could see how you could add more points by sending a larger array