POV-Ray : Newsgroups : povray.general : Wide-screen orthographic camera? : Re: Wide-screen orthographic camera? Server Time
31 Jul 2024 18:22:45 EDT (-0400)
  Re: Wide-screen orthographic camera?  
From: Steve Webb
Date: 7 Feb 2007 13:30:00
Message: <web.45ca1a96b7cf3473d51f24440@news.povray.org>
Ok, I have a solution.

What works for me:

camera {
        orthographic
        right image_width/2
        up image_height/2
        look_at 0
        location z*1000
        }

That seems to provide the correct values for me to map the output image to
the scene.  Plus, the "location" doesn't alter the zoom-factor at all.

Thanks!

- Steve


Post a reply to this message

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