POV-Ray : Newsgroups : povray.binaries.images : Balls collection (61k) - Contributions needed : Re: Fix for Rear-Wall + (11k) Server Time
12 Aug 2024 13:18:12 EDT (-0400)
  Re: Fix for Rear-Wall + (11k)  
From: Nico
Date: 17 Oct 2003 07:20:53
Message: <3f8fd095@news.povray.org>
I fixed the waterball, the main file and keep the several golf balls 
just to see what it looks like. Result by Tuesday maybe (will be busy 
until then).

I was thinking about photons but didn't dare to try (rendering time).

I think we have also to find a way to collaborate on the rendering. 
Since each ball (or future small scene) is contained within a box the 
image can certainly be rendered by several different people, hoping 
there won't be much (light) interaction between subparts.
What do you think ?


Nico



Tim Nikias v2.0 wrote:
> I tend to forget things...
> 
> How about photons? You'd have to render it in two passes probably, so that
> the blurred reflection won't take too long for the photons. I'd say:
> 
> #declare Photon_Pass=true;
> 
> #if (Photon_Pass)
>  photons{... save_file}
> #else
>  photons{...load_file}
> #end
> 
> And some switched inside the blurred reflection and possibly other objects
> to create the correct lighting.
>


Post a reply to this message

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