react-three-rapier
react-three-rapier copied to clipboard
When kinematicPosition hits a fixed object. No event is emitted.
Im moving a RigidBody with type="kinematicPosition". And want to emit an event when it hits a type="fixed".
For some reason the event does not emit. Unless the fixed is hit with a type="dynamic".