dimforge / ncollide

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

Remove `Any` bound from BPPF #361

Closed neachdainn closed 4 years ago

neachdainn commented 4 years ago

An update on #359 to finish the implementation of nphysics#278.

Removing the Any bound allows for non-'static sets, meaning the filter can use borrowed body and collider sets.

sebcrozet commented 4 years ago

Thanks!