|  1f1da23097 This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force. | ||
|---|---|---|
| .. | ||
| Properties | ||
| CTri.cs | ||
| Concavity.cs | ||
| ConvexBuilder.cs | ||
| ConvexDecomposition.cs | ||
| ConvexResult.cs | ||
| HullClasses.cs | ||
| HullTriangle.cs | ||
| HullUtils.cs | ||
| LICENSE.txt | ||
| Plane.cs | ||
| PlaneTri.cs | ||
| Quaternion.cs | ||
| README.txt | ||
| SplitPlane.cs | ||
| VertexLookup.cs | ||
| float2.cs | ||
| float3.cs | ||
| float3x3.cs | ||
| float4.cs | ||
| float4x4.cs | ||
| int3.cs | ||
| int4.cs | ||
		
			
				
				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.