POV-Ray : Newsgroups : povray.general : Camera angles problem : Re: Camera angles problem Server Time
29 Jul 2024 02:24:22 EDT (-0400)
  Re: Camera angles problem  
From: clipka
Date: 16 Aug 2013 05:11:11
Message: <520decaf@news.povray.org>
Am 16.08.2013 06:27, schrieb Anthony D. Baye:
> I should also be clear that with vrotate(A,B), B is also a vector.  So:
>
> object {
>      ...
>      translate vrotate(A, B)
> }
>
> is the same as:
>
> object {
>      ...
>      translate A
>      rotate B
> }

Nope. It's rather like

     rotate <0,0,-B.z>
     rotate <0,-B.y,0>
     rotate <-B.x,0,0>
     translate A
     rotate B


Post a reply to this message

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