POV-Ray : Newsgroups : povray.newusers : Setting the aspect ratio : Re: Setting the aspect ratio Server Time
29 Jul 2024 02:28:45 EDT (-0400)
  Re: Setting the aspect ratio  
From: Ansgar
Date: 8 Dec 2006 17:25:00
Message: <web.4579e54b53a4c05ee21d8a9b0@news.povray.org>
"Trevor G Quayle" <Tin### [at] hotmailcom> wrote:
>   up y
>   right x*image_width/image_height
>
> -tgq

I know that. The problem is it doesn't work.


Alain <ele### [at] netscapenet> wrote:
> Try this instead:
> camera{location<22.695, -65.187, 31.461>
>  direction z //not needed, default value
> // this can be used instead of angle to change the field of view.
>  look_at<-4.677, -4.445, 10.517>
>  right x*1
>  angle 45
>  }
>
> Alain

Hmmm, I get a funny tilted picture that way, but at least the aspect seems
right now... strange, I think it is because I declared the camera as
#declare P_cam = camera{...
and used it later via
camera{P_cam}
When I just write camera{... like you, it seems to have a different effect.
That shouldn't be, should it?


Post a reply to this message

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