summaryrefslogtreecommitdiffstats
path: root/thirdparty/vhacd/inc/btScalar.h
Commit message (Collapse)AuthorAgeFilesLines
* Misc build system fixesAaron Franke2021-12-101-1/+1
|
* vhacd: Patch to fix UWP ARM buildRémi Verschelde2019-12-131-1/+4
| | | | | | This is a very outdated copy of Bullet's btScalar.h, we're probably only discovering the tip of the bad cross-platform compatibility of the unmaintained vhacd.
* vhacd: Fix -fpermissive build issue with MinGWRémi Verschelde2019-04-111-0/+23
| | | | Fixes #27926.
* vhacd: Reapply downstream changes to namespace conflicting bullet codeRémi Verschelde2019-04-111-0/+17
| | | | Also adding a patch to easily identify and reapply them.
* vhacd: Recommit unmodified upstream code without style changesRémi Verschelde2019-04-111-269/+237
| | | | | | | 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.
* Bundled VHACD library for convex decomposition.Juan Linietsky2019-04-101-0/+565
Modified both MeshInstance tools as well as importer to use it instead of QuickHull.