POV-Ray : Newsgroups : povray.text.scene-files : Focal Blur Example : Re: Focal Blur Example Server Time
17 May 2024 07:48:15 EDT (-0400)
  Re: Focal Blur Example  
From: nemesis
Date: 23 Feb 2008 02:00:06
Message: <web.47bfc403f2051e6b5676ec960@news.povray.org>
"triple_r" <rre### [at] hotmailcom> wrote:
> Here's the file with the trick.  Render time for me is about 5 hours on 1 core
> of an Intel 2.1 GHz Core 2 Duo.

>  #if(0) <== extra if without end

>  #if(1)
>   blur_samples 3000
>   confidence 0.999999
>   variance 1/100000000000
>  #end

I'm playing with those settings.  variance is extremely low!  Is that really
needed?

> global_settings{
>  radiosity{
>   pretrace_start 0.08
>   pretrace_end 0.005
>   count 250
>   error_bound 0.08
>   recursion_limit 2
>  }
> }

I've saved radiosity from a first pass and am reusing it with the pretrace steps
at 1.  Also, make sure you put "always_sample no" at the second pass...


Post a reply to this message

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