summaryrefslogtreecommitdiff
path: root/thirdparty/vhacd/inc/vhacdICHull.h
AgeCommit message (Collapse)Author
2022-05-23Fix building VHACD with GCC 13.Martin Liska
Fixes the following error: thirdparty/vhacd/inc/vhacdICHull.h:46:31: error: 'uint32_t' does not name a type 46 | ICHullError Process(const uint32_t nPointsCH, const double minVolume = 0.0); | ^~~~~~~~ Note the upstream version of the third party library is not affected.
2019-04-10Bundled VHACD library for convex decomposition.Juan Linietsky
Modified both MeshInstance tools as well as importer to use it instead of QuickHull.