| CloudLayerNodeHorizonBias Property |
Gets or sets the horizon bias which moves the horizon down.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float HorizonBias { get; set; }
Public Property HorizonBias As Single
Get
Set
public:
property float HorizonBias {
float get ();
void set (float value);
}
member HorizonBias : float32 with get, set
Property Value
Type:
Single
The horizon bias. Positive values move the horizon down. The default value is 0.
See Also