Added Stan Melax Convex Hull utility under Zlib license, Thanks Stan!

Use this Convex Hull to create a renderable shape, using btHullShape, Thanks to John McCutchan
This commit is contained in:
ejcoumans
2008-01-23 22:24:45 +00:00
parent 6eb97cd966
commit 127d911c9d
7 changed files with 3680 additions and 87 deletions

View File

@@ -17,6 +17,7 @@ ADD_LIBRARY(LibLinearMath
btMinMax.h
btQuaternion.h
btStackAlloc.h
btConvexHull.h
btGeometryUtil.h
btMotionState.h
btTransform.h
@@ -26,6 +27,7 @@ ADD_LIBRARY(LibLinearMath
btQuickprof.h
btTransformUtil.h
btQuickprof.cpp
btConvexHull.cpp
btGeometryUtil.cpp
btAlignedAllocator.cpp
)