Click or drag to resize

LightingAmbientIntensity Property

Gets or sets the ambient intensity throughout the scene.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual float AmbientIntensity { get; set; }

Property Value

Type: Single
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionAmbientIntensity must be between 0 and 5.
Remarks
To illuminate both sides of the central body equally, set AmbientIntensity to 1 and DiffuseIntensity to 0. To make the dark side of the central body completely black, set AmbientIntensity to 0 and DiffuseIntensity to 1.
See Also