manifold
manifold copied to clipboard
make quickhull optional
Addresses part of #803
This seems like a pretty simple change to make our Quickhull dependency optional (or whatever other hull library we might switch to). I just added a build flag MANIFOLD_HULL
that defaults to ON
. When turned OFF
, quickhull
is no longer a dependency and our Manifold::Hull()
methods ~~just return an empty manifold~~ just fail to link. Does this seem like a reasonable approach @fire @kintel?