Box2d too much for Circle/Circle collision detection?
- by Joey Green
I'm using cocos2d to program a game and am using box2d for collision detection. Everything in my game is a circle and for some reason I'm having a problem with some times things are not being detected as a collision when they should be.
I'm thinking of rolling up my own collision detection since I don't think it would be too hard.
Questions…