POV-Ray : Newsgroups : povray.general : HELP !!! "Camera vectors are not perpendicular" : Re: HELP !!! "Camera vectors are not perpendicular" Server Time
3 Aug 2024 16:27:41 EDT (-0400)
  Re: HELP !!! "Camera vectors are not perpendicular"  
From: Christian Walther
Date: 26 Dec 2003 06:03:18
Message: <pan.2003.12.26.11.03.18.107046@gmx.ch>
> camera {    // no warning  orthographic  angle 40  location <
> -150,100,-160>  look_at <-10,-20,50>}

Whoops, that should read:

camera {    // no warning
  orthographic
  angle 40
  location <-150,100,-160>
  look_at <-10,-20,50>
}

Pan's "rewrap" messed it up...


Post a reply to this message

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