| SkyObjectNodeGlowExponent1 Property |
Gets or sets the exponent of the second glow.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float GlowExponent1 { get; set; }
Public Property GlowExponent1 As Single
Get
Set
public:
property float GlowExponent1 {
float get ();
void set (float value);
}
member GlowExponent1 : float32 with get, set
Property Value
Type:
SingleThe exponent of the second glow.
Remarks
This value is like the specular power/exponent of materials with specular Phong shading.
Higher values create sharper, smaller highlights. Lower values create smooth, large
highlights.
See Also