dimforge / ncollide

2 and 3-dimensional collision detection library in Rust.
https://ncollide.org
Apache License 2.0
921 stars 105 forks source link

Allow CollisionWorld's NarrowPhase to be replaced #271

Closed Ralith closed 5 years ago

Ralith commented 5 years ago

This allows a custom ContactDispatcher to be installed, making user-supplied Shape impls usable.

sebcrozet commented 5 years ago

Thanks!