Hello:
I have many Earth overlay textures now that convey information about different areas of the Earth. These are not visual representations of the actual appearance of the Earth. When viewing these overlay textures, I would like to see a fully-illuminated Earth. I would like to be able to rotate to any side of the Earth and see what I want to see, without having to mess around with time values to make sure the sun is straight over the portion I am viewing. I don't care about realism of shading in these cases.
So, would it be difficult to add one more level of ambient lighting that would make lighting equally strong everywhere?
Tim Crews
Possibility of "ambient light: high"?
Tim,
Until the menu option becomes available, you can use a script.
Create a file named ambient-light-high.cel and put this into it:
When you double-click on that filename, it'll turn the light level up to max.
Or at least it does on my system!
Does this work for you?
Until the menu option becomes available, you can use a script.
Create a file named ambient-light-high.cel and put this into it:
Code: Select all
{
set { name "AmbientLightLevel" value 1.0 }
}
When you double-click on that filename, it'll turn the light level up to max.
Or at least it does on my system!
Does this work for you?
Selden