rapier icon indicating copy to clipboard operation
rapier copied to clipboard

Add new contacts manually during contact modification

Open atlv24 opened this issue 2 years ago • 0 comments

As mentioned in the warning found in the docs, bevy-rapier does not support generating new contacts. I have a use case for such functionality. I'd like to generate contacts between rapier colliders and static implicitly defined surfaces before the solver runs.

I'll probably end up hacking in a hook to do what I want eventually, but it would be nice to avoid that. I have yet to do any investigation on how to do this in rapier and would appreciate any indication for a work-around.

To be clear, these contacts would always be between a dynamic rigidbody and a static unmoving implicitly defined surface.

atlv24 avatar Aug 21 '22 01:08 atlv24