Click or drag to resize
DigitalRuneConvexDecompositionSampleTriangleVertices Property
Gets or sets a value indicating whether triangle vertices are used for concavity computation.

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

Property Value

Type: Boolean
if triangle vertices are used for concavity computation; otherwise, . The default value is .
See Also