Click or drag to resize
DigitalRuneConvexDecompositionVertexLimit Property
Gets or sets the maximal number of vertices per convex part in the final result.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public int VertexLimit { get; set; }

Property Value

Type: Int32
The maximal number of vertices per convex part in the final result. The default value is 32.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is less than 4.
Remarks
VertexLimit defines the max number of vertices per convex part of the final decomposition. IntermediateVertexLimit defines the max number of vertices during the decomposition process.
See Also