POV-Ray : Documentation : 2.3.3.2 Ambient_Light
  POV-Ray 3.6 Documentation Online View  
2.3.3.1 ADC_Bailout   2.3.3.3 Assumed_Gamma

2.3.3.2 Ambient_Light

Ambient light is used to simulate the effect of inter-diffuse reflection that is responsible for lighting areas that partially or completely lie in shadow. POV-Ray provides the ambient_light keyword to let you easily change the brightness of the ambient lighting without changing every ambient value in all finish statements. It also lets you create interesting effects by changing the color of the ambient light source. The syntax is:

 global_settings { ambient_light COLOR }

The default is a white ambient light source set at rgb <1,1,1>. Only the rgb components are used. The actual ambient used is: Ambient = Finish_Ambient * Global_Ambient.

See section "Ambient" for more information.

More about "Ambient"

2.3.3.1 ADC_Bailout   2.3.3.3 Assumed_Gamma


Copyright 2003-2021 Persistence of Vision Raytracer Pty. Ltd.