| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
Single Exceptions
Exceptions Remarks
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
See Also