Page 1 of 1
Ambient Light Level Equivalents
Posted: 09.08.2012, 01:02
by jeffmack
What "set AmbientLightLevel" values are equivalent to the manual "Low" and "Medium" ambient light levels? Obviously the value of 0.0 is equivalent to "None." Thanks...
Re: Ambient Light Level Equivalents
Posted: 09.09.2012, 17:11
by jogad
Hi,
Here's a tip for you:
The ambient light is controlled with the keys } and {
Each time you hit one of these keys the ambient light increase or decrease by steps of 0.05
and the new value is displayed for one second at the bottom left of the screen.
Starting with "none" "low" or "medium" it is easy to find the corresponding values.
Re: Ambient Light Level Equivalents
Posted: 09.09.2012, 17:46
by jeffmack
Thanks jogad, but I already know that. I'm looking for the CEL script "set AmbientLightLevel" equivalent values for "Low" and "Medium." Thanks!
Re: Ambient Light Level Equivalents
Posted: 09.09.2012, 19:03
by jogad
Ok! I explain more...
The value displayed on the screen is the same than the parameter of SetAmbientLightLevel.If you set ambient light to "none" in Celestia and hit { you see
ambient.jpg
The displayed level is
0.05 more than "none".
As you guessed "none" is thus 0.05 - 0.05 = 0
Se same method gives
0.1 for "low" and
0.25 for "medium"
Re: Ambient Light Level Equivalents
Posted: 09.09.2012, 19:47
by jeffmack
Ahhh! I understand now. Thanks jogad!!!