POV-Ray : Newsgroups : povray.newusers : Camera position help : Re: Camera position help Server Time
5 Sep 2024 10:26:08 EDT (-0400)
  Re: Camera position help  
From: Peter Popov
Date: 18 Feb 2001 11:12:56
Message: <6jsv8tgpuhuu6mmcmu2s599m6bmjup0t6j@4ax.com>
On Sun, 18 Feb 2001 14:03:09 +0100, Christoph Hormann
<chr### [at] gmxde> wrote:

>If you want z vertical and x/y horizontal, you have to use something like:
>
>camera {        
>  location    <10, 10, 10> 
>  direction   z
>  sky         z  
>  up          z  
>  right       (4/3)*x                             
>  look_at     <0, 0, 0>  
>} 

I guess you mean direction y there. Keep in mind that the use of the
direction keyword is somewhat outdated. Use angle instead and forget
about direction at all.


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

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