POV-Ray : Newsgroups : povray.general : Typos in the documentation : Re: Typos in the documentation Server Time
5 Aug 2024 02:22:15 EDT (-0400)
  Re: Typos in the documentation  
From: Warp
Date: 30 Dec 2002 16:26:31
Message: <3e10ba06@news.povray.org>
Jellby <jel### [at] m-yahoocom> wrote:
> - In section 6.10.1 it says phonton mapping uses "backwards ray-tracing"... 
> is this right? I thought it used foreward raytracing.

  It's "photon" and "forward" ;)

  But anyways, there's a problem with this. The problem is that some people
use one term while other people use the other, for the same thing.

  AFAIK _technically_ the correct term for photon mapping is "forward
raytracing".
  Since raytracing simulates how light moves from light sources to the
camera, reflecting from surfaces. If this is done by shooting rays from
light sources, then it's "forward raytracing", as it does exactly what
it simulates.
  However, due to efficiency reasons it's more efficient to do it the
other way around: To shoot rays from the camera and see how it bounces
from the surfaces to the light sources. Because this is done in the reverse
direction, it's called "backward raytracing".

  However, some authors have mixed up these concepts, AFAIK erroneusly.
They consider "regular raytracing" to be "forward" and the other one
"backward", as it's reversed compared to the "regular way". As far as
I know, this is a mistake and misunderstanding. However, due to how
popular this has been, it's now very difficult to force anyone to use
these terms in one way or another.

  Personally I prefer using the techincally correct terms, as I'm a
perfectionist, but I can't force anyone to do it as well.

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

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