Collision detection in Box2D
Hi, Collision can be detected simply using the following lines of code with box2D. Here aimFixture & tarFixture are two custom fixtures whose collision you want to find out. 🙂
Hi, Collision can be detected simply using the following lines of code with box2D. Here aimFixture & tarFixture are two custom fixtures whose collision you want to find out. 🙂