No way to prevent body collisions
interstates21 opened this issue · 2 comments
interstates21 commented
Is there any way to disable collisions? Seems like 'collisionResponse: 0' param is not passed.
cesmoak commented
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
.
donmccurdy commented
Could you share the scene configuration, or a simple example? Is a specific driver set?
<a-scene physics="???">