summaryrefslogtreecommitdiff
path: root/thirdparty/vhacd
AgeCommit message (Collapse)Author
2019-04-11vhacd: Fix -fpermissive build issue with MinGWRémi Verschelde
Fixes #27926.
2019-04-11vhacd: Reapply downstream changes to namespace conflicting bullet codeRémi Verschelde
Also adding a patch to easily identify and reapply them.
2019-04-11vhacd: Recommit unmodified upstream code without style changesRémi Verschelde
Godot-specific changes will then be redone without touching upstream formatting. Also documented current state in thirdparty/README.md and added LICENSE. Add vhacd to COPYRIGHT.txt.
2019-04-10fix vhacd namespace placing in thirdparty/vhacd/src/btConvexHullComputer.cppWindy Darian
2019-04-10Bundled VHACD library for convex decomposition.Juan Linietsky
Modified both MeshInstance tools as well as importer to use it instead of QuickHull.