POV-Ray : Newsgroups : povray.newusers : Render Resolution Stretches Image : Re: Render Resolution Stretches Image Server Time
29 Jul 2024 12:15:28 EDT (-0400)
  Re: Render Resolution Stretches Image  
From: the ajj
Date: 26 Nov 2005 05:00:00
Message: <web.438831037a467a16791418790@news.povray.org>
"Roman Reiner" <lim### [at] gmxde> wrote:

> the simpliest solution is always to use
>
> right x*(image_width/image_height)
>
> in the camera block
>
> Roman

That's great - thanks.  My current camera block is:

#declare cam2 = camera {#declare cl=<0,ystart+35,-58>;
                        #declare la=<0,ystart,0>;
                        #declare fp=<0,ystart,0>;
                        location cl
                        angle 30
                        look_at la
                        #if (use_dof)
                          focal_point fp
                          aperture 0.01
                          blur_samples blur_amt
                          variance 0
                          confidence 0.99
                        #end}

Will 'right' work ok with this?


Post a reply to this message

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