POV-Ray : Newsgroups : povray.general : Focal blue problems : Re: Focal blue problems Server Time
4 Aug 2024 12:15:11 EDT (-0400)
  Re: Focal blue problems  
From: Andrew Rowson
Date: 17 May 2003 10:56:00
Message: <3ec64d80$1@news.povray.org>
"Andrew Rowson" <pov### [at] growsecom> wrote in message
news:3ec646c7$1@news.povray.org...
> I'm trying to do a scene with two objects, looking along z, one at z=-5
> (which I want to be in focus) and the other at about z=30 (which is out of
> focus).
>
> Camera is set:
>
> camera {
>  perspective
>  angle 45.0000
>  right < 1.0, 0, 0>
>  up 1.47*y
>
>  location cameralocation
>  look_at <0,2,0>
>  aperture 0.5
>  blur_samples 10000
>  focal_point<0,0,-5>
> }
>
> Even using that many blur samples, there are still artifacts in the
distant
> object.
>
> Any ideas on how to get a smoother blur on the distance object?


Sorry, I should add that stupidly small variance and a confidence value of 1
still give a grainy blur.


Post a reply to this message

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