chipmunk-spaceManager 碰撞检测
我找不到针对一种类型的碰撞的解决方案。
我在空间和一些块中有几个 cpShapes。
目标是检测形状和块之间的碰撞。但是,块不会有像 cpShape 那样的行为。因此形状可以跨块边界移动。我们应该只检测碰撞,而不是停止形状跨块的移动。
主要目标是检测块内部或外部的所有形状
I can't find solution for one type of collision.
I have few cpShapes in the space and some block.
The goal is detect collision between shapes and block. But, block won't have behavior like cpShape. So shapes can move cross block borders. And we should just detect collisions but not stop movement of shapes cross block.
Main goal is detect when all shapes inside or outside of block
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使块成为传感器形状。
Make the block be a sensor shape.