POV-Ray : Newsgroups : povray.programming : Radiosity question : Re: Radiosity question Server Time
28 Jul 2024 16:18:14 EDT (-0400)
  Re: Radiosity question  
From: Nathan Kopp
Date: 1 Jan 2000 19:48:24
Message: <386ea058@news.povray.org>
TonyB <ben### [at] panamaphoenixnet> wrote...
> What if you saved the calculations made so far and just filled in the
> blanks/added-on as things changed later on in the animation? After enough
> views, it would lead to having the entire scene pre-calculated for future
> re-renderings. Right?

Well, kind of.  The problem is that when the data is stored in the octree,
some 'level-of-detail' information is stored with it, which affects the way
the octree is searched.  So, if stuff is stored on a distant wall, it is
stored with a low level of detail, but if you walk up close to it, you'd
like to store more data there, if possible.

Plus, it is very important to store and read data in the octree using the
same level of detail for both store and read.  (This was a bug in the
original implementation, which led to splotchiness... sometimes it would
store with one level-of-detail, and then gather using another
level-of-detail).

-Nathan


Post a reply to this message

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