POV-Ray : Newsgroups : povray.general : Camera angles problem : Re: Camera angles problem Server Time
29 Jul 2024 02:34:32 EDT (-0400)
  Re: Camera angles problem  
From: Anthony D  Baye
Date: 16 Aug 2013 00:30:01
Message: <web.520daa2b572d40e6328783aa0@news.povray.org>
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
}

Regards,
A.D.B.


Post a reply to this message

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