OpenSimMirror/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet
Melanie Thielker b16abc8166 Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
..
Properties Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
CTri.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
Concavity.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
ConvexBuilder.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
ConvexDecomposition.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
ConvexResult.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
HullClasses.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
HullTriangle.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
HullUtils.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
LICENSE.txt Major renaming of Physics dlls / folders. No functional changes, just renames. 2015-08-30 20:06:53 -07:00
Plane.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
PlaneTri.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
Quaternion.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
README.txt Major renaming of Physics dlls / folders. No functional changes, just renames. 2015-08-30 20:06:53 -07:00
SplitPlane.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
VertexLookup.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
float2.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
float3.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
float3x3.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
float4.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
float4x4.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
int3.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00:00
int4.cs Massive tab and trailing space cleanup 2017-01-05 19:07:37 +00: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.