Algorithms for sending out multiple rays? (Message 1 to 3 of 3)
From: Greg M Johnson
Subject: Algorithms for sending out multiple rays?
Date: 15 Sep 2000 10:31:37
Message: <39C23181.A63816E@my-dejanews.com>
I'm working on an improved method for having a particle negotiate an
obstacle course.
Can anyone point me to the algorithm used for sending out rays in
raytracing?
Say I have a vector Vector1, which is the camera equivalent of look_at
- location, or the current velocity of my intelligent particle.
How does pov send out an array of say 40 x 30 or 160 x 120 pixels within
a certain angle?
From: Thorsten Froehlich
Subject: Re: Algorithms for sending out multiple rays?
Date: 15 Sep 2000 11:45:39
Message: <39c24423$1@news.povray.org>
In article <39C### [at] my-dejanewscom> , "Greg M. Johnson"
<gre### [at] my-dejanewscom> wrote:
> I'm working on an improved method for having a particle negotiate an> obstacle course.> Can anyone point me to the algorithm used for sending out rays in> raytracing?>> Say I have a vector Vector1, which is the camera equivalent of look_at> - location, or the current velocity of my intelligent particle.>> How does pov send out an array of say 40 x 30 or 160 x 120 pixels within> a certain angle?
Just look in the Suggested Reading section near the end of the POV-Ray user
manual.
Thorsten
From: Greg M Johnson
Subject: Re: Algorithms for sending out multiple rays?
Date: 15 Sep 2000 13:52:03
Message: <39C2608A.9252146@my-dejanews.com>
Yes, there are about 13 books there. I suppose I could buy them all or see if
it's covered in the one or two that I've already bought.
Thorsten Froehlich wrote:
> Just look in the Suggested Reading section near the end of the POV-Ray user> manual.>> Thorsten