diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2019-04-10 17:46:04 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2019-04-10 17:47:28 -0300 |
| commit | 5823b5d77d47339c3c981953ca8178e7ef14b6df (patch) | |
| tree | 608310c810903163292b9cd8133374699aa9ae6f /modules/vhacd/config.py | |
| parent | 07b76c0376eef34fcbf52ecc21074c5084f980f5 (diff) | |
| download | redot-engine-5823b5d77d47339c3c981953ca8178e7ef14b6df.tar.gz | |
Bundled VHACD library for convex decomposition.
Modified both MeshInstance tools as well as importer to use it instead of QuickHull.
Diffstat (limited to 'modules/vhacd/config.py')
| -rw-r--r-- | modules/vhacd/config.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |
