Blender Git Loki
Git Commits -> Revision 0b16c9e
Revision 0b16c9e by Nicholas Bishop (master) October 23, 2012, 23:54 (GMT) |
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 |
Commit Details:
Full Hash: 0b16c9e201adfcbeebd3e3cda94ccd752c243c03
SVN Revision: 51557
Parent Commit: baa4fc6
Lines Changed: +201, -2
1 Added Path:
/extern/bullet2/patches/convex_hull.patch (+127, -0) (View)
5 Modified Paths:
/extern/bullet2/readme.txt (+3, -1) (Diff)
/extern/bullet2/src/Bullet-C-Api.h (+10, -0) (Diff)
/extern/bullet2/src/BulletDynamics/Dynamics/Bullet-C-API.cpp (+58, -1) (Diff)
/extern/bullet2/src/LinearMath/btConvexHullComputer.cpp (+2, -0) (Diff)
/extern/bullet2/src/LinearMath/btConvexHullComputer.h (+1, -0) (Diff)
/extern/bullet2/src/Bullet-C-Api.h (+10, -0) (Diff)
/extern/bullet2/src/BulletDynamics/Dynamics/Bullet-C-API.cpp (+58, -1) (Diff)
/extern/bullet2/src/LinearMath/btConvexHullComputer.cpp (+2, -0) (Diff)
/extern/bullet2/src/LinearMath/btConvexHullComputer.h (+1, -0) (Diff)