schteppe / p2.js

JavaScript 2D physics library
Other
2.63k stars 330 forks source link

How can I know when two KINEMATIC Body are overlap #330

Open jindingping opened 5 years ago

jindingping commented 5 years ago

world.beginContact is not working, and world.narrowphase.bodiesOverlap(bodya,bodyb) always return a false in the every frame, is there some how that i can know when two KINEMATIC Body are overlaping