POV-Ray : Newsgroups : povray.animations : Camera in animation : Re: Camera in animation Server Time
6 Oct 2024 09:39:24 EDT (-0400)
  Re: Camera in animation  
From: Slime
Date: 16 Sep 2002 19:15:48
Message: <3d866624$1@news.povray.org>
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
[ http://www.slimeland.com/ ]


Post a reply to this message

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