Xinyue Wei

Results 12 comments of Xinyue Wei

As mentioned by @Abde5 , `ManifoldPlus` is only used for pre-processing thin objects that cannot be well solved by `Manifold`. I have added an option for disabling this library. If...

Hi, thank you so much for your interest in our library! I'm glad to hear that you would like to include CoACD in MuJoCo. Currently, almost all large packages are...

Hi I have added an option to disable 3rd party libraries, you can use it by adding `-DWITH_3RD_PARTY_LIBS=OFF` to cmake options. The code will exit when encountering a non-manifold input.

Added a new release

Thank you for the update! I'm eagerly awaiting the release of the final version. 😊 It is CoACD.

you can try removing the elements and reordering the face indices by writing a Python script

Hi thank you for the PR. I have tested it and merged it with the main branch.

Thanks for bringing up the issue! I'll look into improving it when I have a moment to spare.

btw you can turn off the pre-processing if your input is manifold if it is not, one quick way to fix the problem is to manually remesh + simplify the...

oh sorry for the late reply. The results are convex hulls of the original mesh so the pre-processing can reduce the output vertices. I planned to add some automatic pre-processing...