From 5823b5d77d47339c3c981953ca8178e7ef14b6df Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 10 Apr 2019 17:46:04 -0300 Subject: Bundled VHACD library for convex decomposition. Modified both MeshInstance tools as well as importer to use it instead of QuickHull. --- modules/vhacd/config.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/vhacd/config.py (limited to 'modules/vhacd/config.py') diff --git a/modules/vhacd/config.py b/modules/vhacd/config.py new file mode 100644 index 0000000000..9ced70d2fb --- /dev/null +++ b/modules/vhacd/config.py @@ -0,0 +1,6 @@ +def can_build(env, platform): + return True + +def configure(env): + pass + -- cgit v1.2.3