OpenSimMirror/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet
Diva Canto 06d2508b96 On to 0.8.3! 2015-10-18 21:47:10 -07:00
..
Properties On to 0.8.3! 2015-10-18 21:47:10 -07:00
CTri.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
Concavity.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
ConvexBuilder.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
ConvexDecomposition.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
ConvexResult.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
HullClasses.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
HullTriangle.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
HullUtils.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
LICENSE.txt Major renaming of Physics dlls / folders. No functional changes, just renames. 2015-08-30 20:06:53 -07:00
Plane.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
PlaneTri.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
Quaternion.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
README.txt Major renaming of Physics dlls / folders. No functional changes, just renames. 2015-08-30 20:06:53 -07:00
SplitPlane.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
VertexLookup.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
float2.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
float3.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
float3x3.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
float4.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
float4x4.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
int3.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00
int4.cs Renamed the namespaces too 2015-08-30 20:29:31 -07:00

README.txt

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.