UbitUmarov 72684592ba Merge branch 'master' into avinationmerge 9 years ago
..
Properties 06d2508b96 On to 0.8.3! 9 years ago
CTri.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
Concavity.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
ConvexBuilder.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
ConvexDecomposition.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
ConvexResult.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
HullClasses.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
HullTriangle.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
HullUtils.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
LICENSE.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 9 years ago
Plane.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
PlaneTri.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
Quaternion.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
README.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 9 years ago
SplitPlane.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
VertexLookup.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
float2.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
float3.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
float3x3.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
float4.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
float4x4.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
int3.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago
int4.cs 9a919bac3f demote ConvexDecompositionDotNet to a simple dll, i had made it a region module 9 years ago

README.txt

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

A C# port of the ConvexDecomposition library by John W. Ratcliff and Stan Melax.
The original C++ version is available at .
See the blog post at
for a thorough explanation of generating convex hulls from concave meshes.