POV-Ray : Newsgroups : povray.general : HELP !!! "Camera vectors are not perpendicular" : HELP !!! "Camera vectors are not perpendicular" Server Time
3 Aug 2024 16:18:45 EDT (-0400)
  HELP !!! "Camera vectors are not perpendicular"  
From: MrJuB
Date: 25 Dec 2003 20:50:01
Message: <web.3feb9386fc757a645674f9150@news.povray.org>
What exactly does it mean??
It seems to happen when using the orthographic. Adjusting the angle helps
fixing it somehow. To my understanding changing angle doesn't change the
vector direction but the vector size. What am I understanding wrong..??
When it says camera vectors, does it mean direction, up, and right??

camera {    // This one posts a warning
  orthographic
  angle 40
  location < -1500,1000,-1600>
  look_at <-100,-200,500>
}

camera {    // This one doesn't
  orthographic
  angle 35
  location < -1500,1000,-1600>
  look_at <-100,-200,500>
}

Thanx
J.


Post a reply to this message

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