POV-Ray : Newsgroups : povray.general : coordinate system? : Re: coordinate system? Server Time
29 Jul 2024 06:25:18 EDT (-0400)
  Re: coordinate system?  
From: Thomas de Groot
Date: 4 Sep 2012 07:02:36
Message: <5045dfcc$1@news.povray.org>
On 4-9-2012 10:38, bugbear wrote:

> camera {
>   location <100, 100, -120>   // Where the Camera is located <x,y,z>
>   look_at <0, 0, 0>    // Where is the camera is looking <x,y,z>
>   direction <0, 400/25.4, 0> // 400mm lens
> }
>

direction should be along z not y.

direction <0, 0, 400/25.4> // 400mm lens


Thomas


Post a reply to this message

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