POV-Ray : Newsgroups : povray.documentation.inbuilt : 6.4.3 default values for focal blur? : 6.4.3 default values for focal blur? Server Time: 25 Jul 2008 15:13:26 GMT
  6.4.3 default values for focal blur?  
From: Severi Salminen
Date: 10 Dec 2003 13:28:02
Looking at the camera.cpp file I see that the default values for focal 
blur is not what is said in the Documentation.


camera.cpp:

Make_Vector(New->Focal_Point, 0.0,  0.0, 1.0);
New->Variance       = 1.0 / 10000.0;


Povray Documentation (6.4.3  Focal Blur):

"The default value is focal_point <0,0,0>"
"variance ... (the default is 1/128)."


I hope I didn't misunderstand anything but it looks like the actual 
Focal_point is the camera's Location plus <0,0,1> (one unit to 
z-direction) if the Focal_point is _not_ defined. If it _is_ defined, 
then the vector represents the actual pointm not offset. Please double 
check this. Variance seems to be really 1/10000 instead of 1/128.

Severi Salminen


Post a reply to this message

Copyright 1991-2004 POV-Team™