Hi! I'm looking for a library to do boolean operations (intersect) on meshes. Anyone knows something really really fast for this application? Specifically, I have a mesh that I load from e.g. STL or OBJ. I have a cutting shape (most of the time axis-aligned cube). I now need to
quickly compute boolean intersect between the two.
Thanks!