POV-Ray : Newsgroups : povray.off-topic : ANN: New, open-source, free software rendering system for physically correc= : Re: ANN: New, open-source, free software rendering system for physically co= Server Time
11 Oct 2024 19:16:48 EDT (-0400)
  Re: ANN: New, open-source, free software rendering system for physically co=  
From: Warp
Date: 27 Oct 2007 22:56:53
Message: <4723fa75@news.povray.org>
Vincent Le Chevalier <gal### [at] libertyallsurfspamfr> wrote:
> I'd like to help but I have entire books on the subject here, and 
> retyping them is beyond my patience ;)

  I simply wanted to try the notion of raytracing in the way that no more
than one ray is ever traced from a given point (iow. a ray is never split
into two or more rays), and that the end result is produced by sending many
rays from the same pixel and averaging the results (which is basically what
antialiasing does).
  In theory if the scene has many objects which would split rays, as well
as other features which would require multiple rays (such as area lights),
doing it this way would reduce the overall number of traced rays per pixel
while still getting an acceptable result, thus speeding up the rendering.
(This is, AFAIK, how Pixar raytraces their images.)

  However, I don't want to read lengthy books filled with material and
lighting theory just to try this. If someone could write me a simple
algorithm then I could try it.

-- 
                                                          - Warp


Post a reply to this message

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