README.txt 399 B

1234567
  1. ConvexDecompositionDotNet
  2. =========================
  3. A C# port of the ConvexDecomposition library by John W. Ratcliff and Stan Melax.
  4. The original C++ version is available at <http://codesuppository.googlecode.com/>.
  5. See the blog post at <http://codesuppository.blogspot.com/2006/08/approximate-convexdecomposition.html>
  6. for a thorough explanation of generating convex hulls from concave meshes.