Click or drag to resize
DigitalRuneConvexDecomposition Properties

The ConvexDecomposition type exposes the following members.

Properties
  NameDescription
Public propertyAllowedConcavity
Gets or sets the allowed concavity.
Public propertyDecomposition
Gets the convex decomposition of the mesh.
Public propertyEnableMultithreading
Gets or sets a value indicating whether multithreading is enabled. (Experimental!)
Public propertyIntermediateVertexLimit
Gets or sets the maximal of number vertices per convex part during the decomposition process.
Public propertyIsBusy
Gets or sets a value indicating whether an asynchronous decomposition is in progress.
Public propertySampleTriangleCenters
Gets or sets a value indicating whether triangle centers are used for concavity computation.
Public propertySampleTriangleVertices
Gets or sets a value indicating whether triangle vertices are used for concavity computation.
Public propertySkinWidth
Gets or sets the width of the skin of each convex part.
Public propertySmallIslandBoost
Gets or sets the small island boost factor.
Public propertyVertexLimit
Gets or sets the maximal number of vertices per convex part in the final result.
Top
See Also