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 ...
}