Click or drag to resize
DigitalRuneConvexDecompositionAllowedConcavity Property
Gets or sets the allowed concavity.

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

Property Value

Type: Single
The allowed concavity; must be greater than 0.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative or 0.
Remarks
The default value is 0.1 which means the normal surface distance from a concave part to the convex hull should not be larger than 0.1 units.
See Also