POV-Ray : Newsgroups : povray.general : Meaning of rgbft? Server Time
5 Aug 2024 00:26:00 EDT (-0400)
  Meaning of rgbft? (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Micha Riser
Subject: Re: Meaning of rgbft?
Date: 15 Feb 2003 07:56:22
Message: <3e4e38f6@news.povray.org>
Slime wrote:

> I believe that it's this:
> 
> color seen =
> l*(1-t)*(1-f) // color of the surface minus transmittence and filter
> amounts
>  + o*t // transmitted light
  + f*o*p // filtered light

Thanks for your answer. This seems to be close to POVs equation. But the 
first part probably should be 
 l*(1-t-f)
because the scene
 plane{z,0.1 pigment{rgbft <1,1,1,k,k>} finish{ambient 1 diffuse 0}}

gives a complete black image for k>=0.5 and a gray for k=0.25


-- 
POV-Ray Objects Collection: http://objects.povworld.org


Post a reply to this message

From: Slime
Subject: Re: Meaning of rgbft?
Date: 15 Feb 2003 12:31:06
Message: <3e4e795a$1@news.povray.org>
> Thanks for your answer. This seems to be close to POVs equation. But the
> first part probably should be
>  l*(1-t-f)


Yes, that's probably correct.

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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