dimforge / ncollide

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

Modify `BroadPhasePairFilter` to accept set #359

Closed neachdainn closed 3 years ago

neachdainn commented 3 years ago

Meant to be paired with nphysics#278.

By accepting the handle and the set, it is possible to insert additional information into the filter via the set.

sebcrozet commented 3 years ago

Thanks!