Click or drag to resize
DigitalRuneConvexDecompositionSkinWidth Property
Gets or sets the width of the skin of each convex part.

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

Property Value

Type: Single
The width of the skin of each convex part. The default value is 0.
Remarks
If this value is positive, the convex parts are extruded by this value. If this value is negative, the convex parts are shrunk by this value.
See Also