POV-Ray : Newsgroups : povray.animations : Camera in animation : Re: Camera in animation Server Time
6 Oct 2024 09:55:57 EDT (-0400)
  Re: Camera in animation  
From: GeneralSQL
Date: 17 Sep 2002 15:45:08
Message: <web.3d8785bdce9dc70edb4eba0a0@news.povray.org>
Slime wrote:
>transforms (such as transltae, rotate, etc) are always applied after camera
>keywords (such as location and look_at).
>
>Simple solution:
>
> camera
>{
>  location  <0.5, 1.0, -5.0> + <1000*clock, 1000*clock, 0>
>  look_at   <0, 0, 0>
>}
>
>
> - Slime
>

Yes, that worked.  Thank you for your quick response.


Post a reply to this message

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