From 0b16c9e201adfcbeebd3e3cda94ccd752c243c03 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Tue, 23 Oct 2012 23:54:02 +0000 Subject: Patch Bullet to make it's convex hull implementation usable in BMesh * Add access to the original indices for vertices * Add a very simple C API for convex hull * Add this patch to the patches folder and update readme.txt --- extern/bullet2/readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extern/bullet2/readme.txt') diff --git a/extern/bullet2/readme.txt b/extern/bullet2/readme.txt index 343cb104c4d..7f5a7f1e163 100644 --- a/extern/bullet2/readme.txt +++ b/extern/bullet2/readme.txt @@ -14,6 +14,8 @@ Apply patches/make_id.patch to prevent duplicated define of MAKE_ID macro in ble side and bullet side. Sergey -Apply patches/ghost_character.path to prevent characters from colliding with ghost objects. +Apply patches/ghost_character.patch to prevent characters from colliding with ghost objects. Mitchell +Apply patches/convex_hull.patch to add access to the convex hull +operation, used in the BMesh convex hull operator. -- cgit v1.2.3