POV-Ray : Newsgroups : povray.newusers : comparing POV images and photos - camera attributes : Re: comparing POV images and photos - camera attributes Server Time: 24 Jul 2008 19:31:19 GMT
  Re: comparing POV images and photos - camera attributes  
From: Francesco
Date: 21 Mar 2008 13:55:00
"Tim Attwood" <timothyea [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 1991-2004 POV-Team™