|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
If an image is rendered with radiosity, how would I render it across two
computers?
Post a reply to this message
|
|
| |
| |
|
|
From: Jaime Vives Piqueres
Subject: Re: How to split image rendering across multiple computers (povray 3.7)?
Date: 23 Jul 2012 12:48:01
Message: <500d8041$1@news.povray.org>
|
|
|
| |
| |
|
|
On 23/07/12 17:10, jhu wrote:
> If an image is rendered with radiosity, how would I render it across
> two computers?
>
>
My solution is to use a two-pass technique for radiosity: the first
pass has to be calculated on a single computer, then the final pass can
be split into pieces for each computer. As I only have two computers to
use, it's usually not much work to do it manually. The only trick is to
remember to copy the radiosity file from the first pass to the other
computers....
--
Jaime
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Jaime Vives Piqueres <jai### [at] ignoranciaorg> wrote:
> On 23/07/12 17:10, jhu wrote:
> > If an image is rendered with radiosity, how would I render it across
> > two computers?
> >
> >
>
> My solution is to use a two-pass technique for radiosity: the first
> pass has to be calculated on a single computer, then the final pass can
> be split into pieces for each computer. As I only have two computers to
> use, it's usually not much work to do it manually. The only trick is to
> remember to copy the radiosity file from the first pass to the other
> computers....
>
> --
> Jaime
So it's the same as in 3.6?
Post a reply to this message
|
|
| |
| |
|
|
From: Alain
Subject: Re: How to split image rendering across multiple computers (povray 3.7)?
Date: 24 Jul 2012 21:09:00
Message: <500f472c$1@news.povray.org>
|
|
|
| |
| |
|
|
> Jaime Vives Piqueres <jai### [at] ignoranciaorg> wrote:
>> On 23/07/12 17:10, jhu wrote:
>>> If an image is rendered with radiosity, how would I render it across
>>> two computers?
>>>
>>>
>>
>> My solution is to use a two-pass technique for radiosity: the first
>> pass has to be calculated on a single computer, then the final pass can
>> be split into pieces for each computer. As I only have two computers to
>> use, it's usually not much work to do it manually. The only trick is to
>> remember to copy the radiosity file from the first pass to the other
>> computers....
>>
>> --
>> Jaime
>
> So it's the same as in 3.6?
>
>
Mostly. The main difference is that you must use a command line command
to save and load the radiosity data.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |