  | ConvexDecompositionSmallIslandBoost Property  | 
            Gets or sets the small island boost factor.
            
 
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntaxpublic float SmallIslandBoost { get; set; }Public Property SmallIslandBoost As Single
	Get
	Set
public:
property float SmallIslandBoost {
	float get ();
	void set (float value);
}member SmallIslandBoost : float32 with get, set
Property Value
Type: 
SingleThe small island boost factor. The default value is 0.01.
Remarks
            If this value is larger the merging of small island pairs is preferred. Making this value
            lower reduces the speed of the convex decomposition. 
            
See Also