Click or drag to resize
DigitalRuneConvexDecompositionIntermediateVertexLimit Property
Gets or sets the maximal of number vertices per convex part during the decomposition process.

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

Property Value

Type: Int32
The maximal number of vertices per convex part during the decomposition process. 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