Hello,
How do you change the intensity of a light source?
I understand that I can change the color, but how to make it brighter
than <color White>?
Thanks Phil
you can give a light color value upper than 1 .. like this light_source
{10*y color {rgb 2}}
or
you can change your gamma .. this will give your picture more brighter
global_settings {
assume_gamma 2.2 // default value
}
or
you can use a radiosity render
news:45cc2f6c@news.povray.org...
> Hello,>> How do you change the intensity of a light source?> I understand that I can change the color, but how to make it brighter> than <color White>?>> Thanks Phil
or if you use standard color
light source {10*y, color 2*White} .. should work as well
news:45cc2f6c@news.povray.org...
> Hello,>> How do you change the intensity of a light source?> I understand that I can change the color, but how to make it brighter> than <color White>?>> Thanks Phil