POV-Ray : Newsgroups : povray.general : Rotate on local axis? : Re: Rotate on local axis? Server Time
9 Aug 2024 13:27:29 EDT (-0400)
  Re: Rotate on local axis?  
From: Jason Miller
Date: 18 Jul 2000 08:40:39
Message: <39745047$1@news.povray.org>
Thorsten,
    I looked that up and played with it.  After having played with it for a
while, it seems that povray only uses the length of these vectors in order
to scale the field of view.  It on the other hand, does not seem to care in
which direction they are facing.

For instance, even when the vectors are on regular axeses like:
camera {
      location <87.45355,-5.39098,49.71675>
      up y
      right x
      look_at <51.52028,-5.39098,13.78348>
}

it looks exactly the same as:

camera {
      location <87.45355,-5.39098,49.71675>
      up x
      right y
      look_at <51.52028,-5.39098,13.78348>
}

Is this because look_at only cares about the lengths of up and right?

Jason


"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3973fc7c@news.povray.org...
> In article <3973e87a@news.povray.org> , "Jason Miller"
> <jas### [at] pinheirotcimetnet> wrote:
>
> > Is it possible to rotate the camera around the vector formed by its
position
> > to the point it is looking at?  I ask because a scene I am doing turned
out
> > to be 90 degrees off.
>
> Read the documentation section "Scene Description Language : Camera :
> Placing the Camera".  What you want to learn more about are the "up" and
> "right" attributes.
>
>
>       Thorsten


Post a reply to this message

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