SarahWeiii / CoACD

[SIGGRAPH2022] Approximate Convex Decomposition for 3D Meshes with Collision-Aware Concavity and Tree Search

Home Page:https://colin97.github.io/CoACD/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does CoACD use manifold plus?

fire opened this issue · comments

Yes, CoACD uses ManifoldPlus as a pre-processing. You can disable this pre-processing by the option --no-manifold-plus or -nmp.
If you want to use our code for commercial use and remove the ManifoldPlus library, you can delete all files in the manifold/ folder.

Thanks for your response.