POV-Ray : Newsgroups : povray.programming : Tracing Secondary Rays : Re: Tracing Secondary Rays Server Time
28 Apr 2024 19:54:58 EDT (-0400)
  Re: Tracing Secondary Rays  
From: Thorsten Froehlich
Date: 14 Feb 2008 13:32:36
Message: <47b48944$1@news.povray.org>
Pfingstei wrote:
> Thank you Thorsten.
> 
> Sorry for asking again, but I have to be sure.
> 
> diffuse component at intersection point 1 (primary ray): A
> diffuse component at intersection point 2 (secondary ray): B
> 
> 
> Pixel color C in image:
> 
> C = A + B            (1)
> 
> or
> 
> C = A + w*B          (2)

C = A*w1 + B*w2

	Thorsten


Post a reply to this message

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