dimforge / parry

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

intersect_mesh with coplanar inputs causes undesirable result #132

Open GlennWSo opened 1 year ago

GlennWSo commented 1 year ago

Hi, I need a reliable set boolean operation for Trimesh.

I well aware of the coplanar inputs is tricky to handle, but i my case i cant always avoid it so i need the boolean operations to handle it.

example input

coplanar

example wanted behavior

coplanar_wanted

the problem

coplanar_diff