| ConvexDecomposition Properties |
The ConvexDecomposition type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowedConcavity |
Gets or sets the allowed concavity.
| |
| Decomposition |
Gets the convex decomposition of the mesh.
| |
| EnableMultithreading |
Gets or sets a value indicating whether multithreading is enabled. (Experimental!)
| |
| IntermediateVertexLimit |
Gets or sets the maximal of number vertices per convex part during the decomposition
process.
| |
| IsBusy |
Gets or sets a value indicating whether an asynchronous decomposition is in progress.
| |
| SampleTriangleCenters |
Gets or sets a value indicating whether triangle centers are used for concavity computation.
| |
| SampleTriangleVertices |
Gets or sets a value indicating whether triangle vertices are used for concavity
computation.
| |
| SkinWidth |
Gets or sets the width of the skin of each convex part.
| |
| SmallIslandBoost |
Gets or sets the small island boost factor.
| |
| VertexLimit |
Gets or sets the maximal number of vertices per convex part in the final result.
|