| ScatteringSkyNodeGMie Property |
Gets or sets the scattering symmetry constant g for Mie scattering.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float GMie { get; set; }
Public Property GMie As Single
Get
Set
public:
property float GMie {
float get ();
void set (float value);
}
member GMie : float32 with get, set
Property Value
Type:
Single
The scattering symmetry constant g for Mie scattering in the range ]-1, 1[.
The default value is 0.75.
Remarks
Positive values create forward scattering. Negative values create backward scattering. g is
usually in [0.75, 0.999].
See Also