Diva Canto 06d2508b96 On to 0.8.3! 9 år sedan
..
Properties 06d2508b96 On to 0.8.3! 9 år sedan
CTri.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
Concavity.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
ConvexBuilder.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
ConvexDecomposition.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
ConvexResult.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
HullClasses.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
HullTriangle.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
HullUtils.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
LICENSE.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 9 år sedan
Plane.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
PlaneTri.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
Quaternion.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
README.txt 1d6b33bc2d Major renaming of Physics dlls / folders. No functional changes, just renames. 9 år sedan
SplitPlane.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
VertexLookup.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
float2.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
float3.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
float3x3.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
float4.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
float4x4.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
int3.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan
int4.cs 2c0cad6dd3 Renamed the namespaces too 9 år sedan

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.