Greg M. Johnson wrote:
>#declare sun_radius=array[2]{1,15000};> emission 0.75> scattering {1, 0.5}
Try:
emission 0.75/sun_radius
scattering {1, 0.5/sun_radius}
This should fix the problem when it's really really big. As far as when
it's really really small and gets all those black pixels, I can't help you
there.