Files
Vincent Sylvester 13dbbc2683 Remove tabs, indent code properly
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2022-03-13 13:15:05 +00:00
..
2017-01-05 19:07:37 +00:00
2022-03-13 13:15:05 +00:00
2017-01-05 19:07:37 +00:00
2017-01-05 19:07:37 +00:00
2021-09-08 21:03:04 +01:00

ConvexDecompositionDotNet
=========================

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