POV-Ray : Newsgroups : povray.general : focal_point : Re: focal_point Server Time
29 Apr 2024 04:28:38 EDT (-0400)
  Re: focal_point  
From: Mike Horvath
Date: 10 Nov 2016 10:10:51
Message: <58248dfb$1@news.povray.org>
On 11/10/2016 8:06 AM, Mike Horvath wrote:
> Can I simulate an f-number of the camera by using the focal length and
> aperture in a calculation? Is the aperture supposed to be a physical
> measurement? Thanks.
>
>
> Mike

For instance, I have the following numbers:

	#local CameraDistance	= 16;
	#local CameraAperture	= clock * 4;
	#local CameraFStop	= CameraDistance/CameraAperture;

Mike


Post a reply to this message

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