cutdigital / mcut

A library for detecting and resolving intersections between two surface meshes.
https://cutdigital.github.io/mcut.site
Other
413 stars 76 forks source link

Faces with more than 3 vertices don't work #17

Closed brunnerant closed 1 year ago

brunnerant commented 1 year ago

I have tested your library, and it looks great ! Only issue is that I'm not able to cut meshes that contain faces with more than 3 vertices, and the library outputs that there is no components. Is this a known issue ? Because I saw in tutorials/HelloWorld/HelloWorld.cpp a line marked with "triangulation bug"...

I can give you more details about my particular case if you want :).

Thanks for your help !

chitalu commented 1 year ago

Hi @brunnerant

I can give you more details about my particular case if you want

Yes, that would be helpful.

brunnerant commented 1 year ago

Nevermind, I actually realized that it was a mistake from my side. I am really sorry to have opened this issue... Thanks for your quick answer anyway !!