POV-Ray : Newsgroups : povray.general : Light fading : Re: Light fading Server Time
12 Aug 2024 11:18:30 EDT (-0400)
  Re: Light fading  
From: Nathan Kopp
Date: 19 Feb 1999 00:26:51
Message: <36CCF641.33288B8F@Kopp.com>
Dolan wrote:
> 
> I'm wondering -- which value of fade_power is physically accurate?

None are.

Real light attenuation is proportional to 
  1/(d^2)

The closest you can get with POV is fade_power 2 (and 
fade_distance 1), which is proportional to

1/( (1+d/(fade_distance))^fade_power )

or

1/( (1+d)^2 )

As d gets larger, this approximation looks more and more like the
real thing.

-Nathan


Post a reply to this message

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