POV-Ray : Newsgroups : povray.advanced-users : Animation with Radiosity Server Time
8 Jul 2024 19:45:51 EDT (-0400)
  Animation with Radiosity (Message 1 to 2 of 2)  
From: JSR
Subject: Animation with Radiosity
Date: 17 Jan 2007 10:55:00
Message: <web.45ae46a3fa0b602cd8ef73430@news.povray.org>
Hi,
When I render an animation using radiosity I need to recalculate radiosity
information for each frame. This causes a very long time to render the
animation. And the question is: It is possible to create an animation using
radiosity without recalculating the radiosity information for each frame? It
is possible to reuse radiosity information from previous frames?

The animation is an indoor which the camera is the only thing changing its
position.

Regards,

Joel.


Post a reply to this message

From: Alain
Subject: Re: Animation with Radiosity
Date: 17 Jan 2007 14:00:12
Message: <45ae723c$1@news.povray.org>
JSR nous apporta ses lumieres en ce 17-01-2007 10:54:
> Hi,
> When I render an animation using radiosity I need to recalculate radiosity
> information for each frame. This causes a very long time to render the
> animation. And the question is: It is possible to create an animation using
> radiosity without recalculating the radiosity information for each frame? It
> is possible to reuse radiosity information from previous frames?

> The animation is an indoor which the camera is the only thing changing its
> position.

> Regards,

> Joel.


You need to save the radiosity information (ex.: save_file "MyRad.dat")then to 
read it back for the next frame (#if(frame_number>1)load_file "MyRad.dat" #end). 
The next frame will still collect some more radiosity samples, but those can, in 
turn, be saved with the previous ones. That way, each frame will need to 
calculate less radiosity data than the preceding.
In each frame but the first, set always_sample off. If there is need for more 
samples, more will be taken. You can also reduce the other parameters a bit.

-- 
Alain
-------------------------------------------------
Where the press is free and every man able to read, all is safe.
Thomas Jefferson


Post a reply to this message

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