dimforge / ncollide

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

Topology error in convex-hull computation #364

Open sebcrozet opened 3 years ago

sebcrozet commented 3 years ago

It appears that convex-hull computation sometimes generate faces with less than 3 vertices. See #362 which provides an example, and introduced a workaround.