POV-Ray : Newsgroups : povray.newusers : arbitrary camera path in animation : Re: arbitrary camera path in animation Server Time
27 Jan 2026 10:03:36 EST (-0500)
  Re: arbitrary camera path in animation  
From: Leroy
Date: 25 Jan 2026 16:40:00
Message: <web.69768c89c1a0a2abcb31ee82f712fc00@news.povray.org>
Anton Sherwood <bro### [at] poboxcom> wrote:
> On 2026-01-25 12:04, Anton Sherwood wrote:
> > The mesh for the attached image was generated by a program.  I would
> > like to make a simple animation with the camera following the path.
> >
> > Can I define an array of points and have the camera shoot from each of them?
>



It all depends on the program that wrote the mesh and what values you have
access to. It also depends on how good you want the simple animation to be.
 If it was wrote with a spline and you have access to it. It wouldn't be much
trouble to make your own spline to move the camera while looking at the old
spline.
 If the mesh was made with a function again if you have access you could make an
array of points that can be use.
 If all you have is the mesh then finding those points you want maybe a little
difficult. But not impossible. It all depends on how the mesh was made. If the
mesh is a POV mesh2 then all the point are in one place and you could go through
them and throw away all but the ones you need. A lot of work but could be done.

I noticed that the mesh intersects itself a lot and the camera could run into it
if care is not taken.

Have Fun!


I wrote this up and hit preview and it kicked me out. So I came back and this:
> .. oh i think i found it in the docs.
I'm posting this any way!  Sorry, I hate to waste typing!


Post a reply to this message

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