Thomas wrote:
>
> It doesn't seem to do that. If I turn the up ambient value above 1 the
> surroundings get whiter as well if I use radiosity.
The same clipping is applied also to the surroundings. If you need
to know the correct unclipped color value at some point scale all
ambient and light sources by some value that prevents the clipping,
output linear samples (omit assumed_gamma), look up the pixel value
and divide it by the scale value. Now you have the unclipped color.
It's the limitation of the digital image formats and display
devices used. Povray works correctly internally.
_____________
Kari Kivisalo
Post a reply to this message
|