As mentioned in the title, I'm looking for a way to disable any body collision in Matter.js. It must still be bound by restrictions, and after that it may be possible to turn on the collision. Is there any way to do this? The hardest part is that the object must not collide with any other object, but all other objects must collide with each other.
source
share