godot/thirdparty/vhacd
Martin Liska a648d831a9 Fix building VHACD with GCC 13.
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.
2022-05-23 18:52:27 +02:00
..
inc Fix building VHACD with GCC 13. 2022-05-23 18:52:27 +02:00
public Bundled VHACD library for convex decomposition. 2019-04-10 17:47:28 -03:00
src vhacd: Sync with upstream b07958e 2019-11-12 09:24:09 +01:00
0001-bullet-namespace.patch vhacd: Reapply downstream changes to namespace conflicting bullet code 2019-04-11 18:20:32 +02:00
0002-fpermissive-fix.patch vhacd: Fix -fpermissive build issue with MinGW 2019-04-11 18:20:33 +02:00
0003-fix-musl-build.patch Fix build on musl-based systems 2019-12-10 15:54:32 -06:00
0004-fix-uwp-arm-build.patch Misc build system fixes 2021-12-10 12:14:27 -06:00
0005-fix-scale-calculation.patch Fix scale calculation in VHACD Volume::Voxelize(). 2020-05-06 13:14:33 +01:00
0006-fix-gcc13.patch Fix building VHACD with GCC 13. 2022-05-23 18:52:27 +02:00
LICENSE vhacd: Recommit unmodified upstream code without style changes 2019-04-11 18:11:59 +02:00