Gets or sets the ambient intensity throughout the scene.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property AmbientIntensity() As Single |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property float get_AmbientIntensity(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
To illuminate both sides of the central body equally, set
AmbientIntensity to 1 and Diffuse Intensity to 0. To make the dark side of the central body completely black, set AmbientIntensity to 0 and Diffuse Intensity to 1.





