Mesh partitioning into Convex Parts #8780
Answered
by
sloriot
petrasvestartas
asked this question in
Q&A
Answered by
sloriot
Mar 11, 2025
Replies: 1 comment 2 replies
|
Do you need an exact decomposition or an approximate one? There is this package that does the exact one: There is also an implementation of an approximate decomposition that was started here but that has some implementation issues as it is way too slow compared to the author's implementation. Unfortunately we did not have time to fix it yet. |
2 replies
Answer selected by
MaelRL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Do you need an exact decomposition or an approximate one?
There is this package that does the exact one:
https://doc.cgal.org/latest/Convex_decomposition_3/index.html
but it is not as robust as we would like (plus probably too slow).
There is also an implementation of an approximate decomposition that was started here but that has some implementation issues as it is way too slow compared to the author's implementation. Unfortunately we did not have time to fix it yet.