LightingDiffuseIntensity Property |
Gets or sets the diffuse intensity from the sun.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual float DiffuseIntensity { get; set; }
Public Overridable Property DiffuseIntensity As Single
Get
Set
public:
virtual property float DiffuseIntensity {
float get ();
void set (float value);
}
abstract DiffuseIntensity : float32 with get, set
override DiffuseIntensity : float32 with get, set
Property Value
Type:
SingleExceptions 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