POV-Ray : Newsgroups : povray.general : generating Animation problem. : Re: generating Animation problem. Server Time
28 Apr 2024 22:32:28 EDT (-0400)
  Re: generating Animation problem.  
From: Bald Eagle
Date: 2 Aug 2017 07:45:00
Message: <web.5981ba64e19acd75c437ac910@news.povray.org>
"Jay" <pjy### [at] gmailcom> wrote:

> just like this
>
> #declare Move = 10 * clock;
>
> #declare Cam1 = camera { location<15,5,18 + Move>
>                          look_at <0,5,18 + Move>
>                          angle 120 }

Yes, I figured that was what you were doing.

Check out the docs on the spline, and Friderich Lohmueller's site, and see how
you can define all of the points on your zig-zag camera path.  Don't jump
suddenly from right to left - have as many points on the way back as you did
forward.


Post a reply to this message

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