POV-Ray : Newsgroups : povray.newusers : comparing POV images and photos - camera attributes : Re: comparing POV images and photos - camera attributes Server Time
28 Jul 2024 16:24:26 EDT (-0400)
  Re: comparing POV images and photos - camera attributes  
From: Francesco
Date: 21 Mar 2008 09:55:00
Message: <web.47e3cbf2ca574d45955936760@news.povray.org>
"Tim Attwood" <tim### [at] comcastnet> wrote:
> What you need to do is set the size of the
> output image to match the ratio of your photos,
> then set the camera ratio with the right statement.
>
> #local AX = 31.5;
> #local AY = 24.25;
> camera {
>    location ...
>    right x*(AX/AY)
>    angle AX
>    look_at ...
> }

If i use these parameters the distorsion is similar to that of the photo camera
or I need to know some other lens characteristic?


Post a reply to this message

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