Disable all collision impacts (Matter.js)

Got it, the trick is to use object.setSensor(true) and it will be notified about collisions, but not react to them.

1 Like