dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
591 stars 104 forks source link

Address a few TODOs #273

Closed Vrixyz closed 3 weeks ago

wlinna commented 2 days ago

Could we also have a PR for rapier that addresses the removal of IntersectionCompositeShapeShapeBestFirstVisitor? Rapier still uses it and I can't compile the git / local version of it anymore because of this change.

Rapier doesn't just let me use the suggested visitor in place of this

Vrixyz commented 2 days ago

Thanks @wlinna for bringing this to our attention!