POV-Ray : Newsgroups : povray.binaries.images : Scattering media help : Re: Scattering media help Server Time
28 May 2024 23:25:14 EDT (-0400)
  Re: Scattering media help  
From: Mike Horvath
Date: 25 Jan 2016 16:35:18
Message: <56a69516$1@news.povray.org>
On 1/25/2016 4:22 PM, clipka wrote:
>> Because it differs from the original image. Can I lower the density
>> without changing the color?
>
> I thought I had given a clear enough answer, but here it is again in a
> nutshell:
>
> Yes, you /can/ do that by reducing the "extinction" parameter. /But/
> tampering with the setting will void your warranty (read: break physical
> realism).
>

I've lowered extinction to 1/100000000 and it has zero effect. Here is 
the code I am using now.

Mike


#declare atmos_material = material
{
	texture {pigment {color rgbt 1}}
	interior
	{
		media
		{
			scattering
			{
				4, rgb <0.2,0.4,1.0>/10000
				extinction	1/100000000
			}
			samples	10
		}
	}
}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.