POV-Ray : Newsgroups : povray.general : Focal blur and ultra_wide_angle camera : Re: Focal blur and ultra_wide_angle camera Server Time
10 Aug 2024 13:27:38 EDT (-0400)
  Re: Focal blur and ultra_wide_angle camera  
From: Rico
Date: 8 Dec 1999 11:29:04
Message: <384E8709.5EF52BB5@hotmail.com>
But how can I have it noticeable ?
Here is my cam :
#declare camera_location = <0,3,2>;
#declare camera_look_at = <0,1,0>;
camera {
  ultra_wide_angle // if I comment this, I have the blurring
  location  camera_location
  direction 2*z
  look_at   camera_look_at
  angle 150
  blur_samples 4 // only few samples (just for testing)
  aperture     5 // if I change it to 100000, I have the same result :
                 // no blurring
  confidence   0.9999
  variance     1/256
  focal_point  <0,0,0>
}

What's wrong ?

-- 
A+
Rico.

http://members.xoom.fr/ejeanton/
http://members.xoom.com/ejeanton/


Post a reply to this message

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