Click or drag to resize
DigitalRuneSkyObjectNodeGlowCutoffThreshold Property
Gets or sets the cutoff threshold for glows.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float GlowCutoffThreshold { get; set; }

Property Value

Type: Single
The glow cutoff threshold. The default value is 0.001.
Remarks
Mathematically, each highlight has an infinite size. As an optimization, the highlight is cut off when its intensity reaches a small value - controlled by the GlowCutoffThreshold. For example, if the GlowCutoffThresholdis 0.01, then the glow is cut off where its intensity reaches less than 1% of its maximum intensity.
See Also