Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-10-24 03:54:02 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-10-24 03:54:02 +0400
commit0b16c9e201adfcbeebd3e3cda94ccd752c243c03 (patch)
tree96d932ebbcb507a32435a56da940a6c76d784cc1 /extern/bullet2/readme.txt
parentbaa4fc68a80bc6042191bdb6d43298a67ed0a005 (diff)
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
Diffstat (limited to 'extern/bullet2/readme.txt')
-rw-r--r--extern/bullet2/readme.txt4
1 files changed, 3 insertions, 1 deletions
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.