Brighten dark shadows in radiosity scene (Message 1 to 4 of 4)
From: Mike Horvath
Subject: Brighten dark shadows in radiosity scene
Date: 7 Sep 2015 05:01:47
Message: <55ed527b$1@news.povray.org>
I'm rendering an outdoor scene with radiosity. However the shadows are
very dark. Is there a way to lighten them without turning ambient finish
back on?
Mike
global_settings
{
assumed_gamma 1.0
adc_bailout 0.005
max_trace_level 32
ambient_light 0
radiosity
{
pretrace_start 0.08
pretrace_end 0.01
count 50
error_bound 0.1
recursion_limit 1
normal on
brightness 0.8
always_sample yes
gray_threshold 0.8
media on
}
}
From: Leroy
Subject: Re: Brighten dark shadows in radiosity scene
Date: 14 Sep 2015 14:33:52
Message: <55f71310$1@news.povray.org>
Mike Horvath wrote:
> Never mind. Problem was that I had no skysphere or background.>>> Michael
That would do it! (sorry I just had to say that :)
Have fun!