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 13:50:35 GMT
  Re: comparing POV images and photos - camera attributes  
From: Tim Attwood
Date: 19 Mar 2008 01:27:43
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 ...
}


Post a reply to this message

Copyright 1991-2004 POV-Team™