Workspace 6.21.5
AmbientLightBuilder

Creates a new AmbientLight; a light that increases the level of ambient light present in a Scene. Ambient light is applied to all surfaces, regardless of their orientation or position relative to the light itself.

  • Default label: "Ambient light builder"
  • Member of plug-in: Rendering
  • Catalogue path: Scene/Lights
Inputs:
EnabledboolIf enabled, the ambient light will be active in the Scene.
IntensitydoubleConvenience control for reducing the ambient light level. A value of 0.0 means the light is not emitting, and a value of 1.0 means that 100% of the specified color is being emitted as ambient light.
ColorQColor

The color of light emitted by the light. Generally speaking, ambient lights are always given a very dark value, as if ambient lights are too bright, much depth and visual detail in the scene is lost.

Outputs:
Ambient lightCSIRO::Rendering::AmbientLight

An ambient light, which adds to the ambient light present in a Scene.