Blender Git Commit Log
Git Commits -> Revision 6005ba5
Revision 6005ba5 by Sergej Reich (soc-2013-rigid_body_sim) July 22, 2013, 07:20 (GMT) |
Add HACD (Hierarchical Approximate Convex Decomposition) library This is the version bundled with bullet. We should probably use a more recent version but there are different repositories out there, so we have to test first. |
Commit Details:
Full Hash: 6005ba52f50bd32ae129a90d33e25aec6d10410a
SVN Revision: 58494
Parent Commit: c4c2185
Lines Changed: +4054, -0
14 Added Paths:
/extern/HACD/CMakeLists.txt (+47, -0) (View)
/extern/HACD/hacdCircularList.h (+80, -0) (View)
/extern/HACD/hacdCircularList.inl (+163, -0) (View)
/extern/HACD/hacdGraph.cpp (+292, -0) (View)
/extern/HACD/hacdGraph.h (+120, -0) (View)
/extern/HACD/hacdHACD.cpp (+847, -0) (View)
/extern/HACD/hacdHACD.h (+282, -0) (View)
/extern/HACD/hacdICHull.cpp (+1010, -0) (View)
/extern/HACD/hacdICHull.h (+120, -0) (View)
/extern/HACD/hacdManifoldMesh.cpp (+577, -0) (View)
/extern/HACD/hacdManifoldMesh.h (+250, -0) (View)
/extern/HACD/hacdVector.h (+67, -0) (View)
/extern/HACD/hacdVector.inl (+178, -0) (View)
/extern/HACD/hacdVersion.h (+20, -0) (View)
/extern/HACD/hacdCircularList.h (+80, -0) (View)
/extern/HACD/hacdCircularList.inl (+163, -0) (View)
/extern/HACD/hacdGraph.cpp (+292, -0) (View)
/extern/HACD/hacdGraph.h (+120, -0) (View)
/extern/HACD/hacdHACD.cpp (+847, -0) (View)
/extern/HACD/hacdHACD.h (+282, -0) (View)
/extern/HACD/hacdICHull.cpp (+1010, -0) (View)
/extern/HACD/hacdICHull.h (+120, -0) (View)
/extern/HACD/hacdManifoldMesh.cpp (+577, -0) (View)
/extern/HACD/hacdManifoldMesh.h (+250, -0) (View)
/extern/HACD/hacdVector.h (+67, -0) (View)
/extern/HACD/hacdVector.inl (+178, -0) (View)
/extern/HACD/hacdVersion.h (+20, -0) (View)
1 Modified Path:
/extern/CMakeLists.txt (+1, -0) (Diff)