|
|
On 4/1/2017 1:02 AM, Mike Horvath wrote:
> One of the attached images was rendered with an area light, the other
> with the point light. The area light is very much too bright, and turns
> the screen white, due to interactions with media. How can I fix this issue?
>
> Here is my media and its container:
>
Oops. Here is the media:
#declare atmos_material = material
{
texture {pigment {color rgbt 1}}
interior
{
media
{
scattering
{
4, rgb <0.2,0.4,1.0>/20000
extinction 1
}
samples 10
}
}
}
Post a reply to this message
|
|