| CloudLayerNodeSampleDistance Property |
Gets or sets the sample distance for cloud lighting.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float SampleDistance { get; set; }
Public Property SampleDistance As Single
Get
Set
public:
property float SampleDistance {
float get ();
void set (float value);
}
member SampleDistance : float32 with get, set
Property Value
Type:
SingleThe sample distance for cloud lighting. The default value is 0.004.
See Also