gcherchi/FastAndRobustMeshArrangements

[Question] Mesh booleans application

artem-ogre opened this issue · 1 comments

I find mesh boolean operations application of mesh arrangements very interesting.
In the paper you mention a custom kernel you wrote for this task. Is this kernel published, is it possible to get it?
Otherwise, do you have an advice on how to utilize your mesh arrangements for boolean operations (e.g., integrating with some existing libraries)?

for the paper we made an ugly and dirty boolean kernel just to show some results, but was based on point coordinates after snap rounding, hence was not 100% robust. We are currently working at a nicer version of it, which fully exploits our indirect predicates. It'll be released soon... stay tuned ;)