POV-Ray : Newsgroups : povray.animations : Radiosity : Re: Radiosity Server Time
18 Jun 2024 09:02:17 EDT (-0400)
  Re: Radiosity  
From: Slime
Date: 10 Mar 2005 11:58:46
Message: <42307cc6$1@news.povray.org>
> I'm creating a walkthrough by animating my camera.

If the scene isn't changing at all, then saving and loading radiosity data
is exactly what you want. The parts of the scene which were visible in the
previous frame will already have their radiosity set up, and the parts which
are newly visible will have their radiosity calculated. This avoids a lot of
recalculation, and areas that were visible in the last frame should be left
mostly unchanged.

> I know how to save my radiosity solution with
> save_file "file_name"
> but then how is this reloaded for each subsequent image rendered?

#if (frame_number > 0)
load_file "filename"
#end
save_file "filename"

I guess I should say that I've never tried this method, but in theory it
should work.

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


Post a reply to this message

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