POV-Ray : Newsgroups : povray.general : Saved data in two-pass radiosity : Re: Saved data in two-pass radiosity Server Time
1 Aug 2024 12:27:28 EDT (-0400)
  Re: Saved data in two-pass radiosity  
From: Slime
Date: 4 Oct 2005 21:06:43
Message: <43432723$1@news.povray.org>
> What data is saved in the first pass? Is it specific to that camera
> position, direction, up, right etc? Or does it calculate radiosity
> throughout the entire scene, even off camera?

The radiosity is calculated only in places that are visible from the current
camera position (or through reflection/refraction). However, that data is
stored in 3D space, so you can reuse that data even if you move the camera.
In theory only the newly visible areas will be recalculated if you load the
original data. I haven't tested this.

> Is the data specific to the image size, or can I do the first pass at
> 800x400 and the second at 1600x800 (even if accuracy is lost) or will
> that apply the save radiosity to the (eg) upper left corner of the
> resulting render?

The data is not linked to the image size. It's possible that increasing the
resolution will require more radiosity calculations on top of the original
data in order to account for the greater level of detail. Again, I haven't
tested this.

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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