manifold icon indicating copy to clipboard operation
manifold copied to clipboard

Added : VHACD & karimnaaji qhull implementation

Open Kushal-Shah-03 opened this issue 11 months ago • 63 comments

For issue 89 Optimize Convex Hull Algorithm, I have added the Karimanaaji implementation : https://github.com/karimnaaji/3d-quickhull/tree/master (and the VHACD implementation from zalo's reference is also added, but I just added it as an attempt to get used to the codebase), I have written comments, as to where the algorithm is having issues with larger hulls, there are segfaults that occur in the functions of the header files, I have tried to identify the faulty function and have written that in comments as well.

Kushal-Shah-03 avatar Mar 28 '24 22:03 Kushal-Shah-03