| SkyObjectNodeGlowCutoffThreshold Property |
Gets or sets the cutoff threshold for glows.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float GlowCutoffThreshold { get; set; }
Public Property GlowCutoffThreshold As Single
Get
Set
public:
property float GlowCutoffThreshold {
float get ();
void set (float value);
}
member GlowCutoffThreshold : float32 with get, set
Property Value
Type:
SingleThe 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