dimforge / parry

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

Fix a regression in ball vs. convex shape contact manifold calculation. #201

Closed sebcrozet closed 4 months ago

sebcrozet commented 4 months ago

This replaces the heuristic based on angle by a ray-cast activated only when a normal correction happened.