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

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.