n5ro/aframe-physics-system

No way to prevent body collisions

interstates21 opened this issue · 2 comments

Is there any way to disable collisions? Seems like 'collisionResponse: 0' param is not passed.

I've been able to prevent reactions to collisions but still get the collision events by setting collisionResponse = 0 on the body, itself. So, in js in a component on the same entity as a body, something like: this.el.body.collisionResponse = 0.

Could you share the scene configuration, or a simple example? Is a specific driver set?

<a-scene physics="???">