POV-Ray : Newsgroups : povray.general : changing includes during animation : changing includes during animation Server Time
30 Jul 2024 22:20:42 EDT (-0400)
  changing includes during animation  
From: kike
Date: 26 Mar 2008 10:35:01
Message: <web.47ea6c41461b9814be7bfb550@news.povray.org>
Hello everybody:

I'm working on an animation which is supposed to mix real video and povray
generated graphics. My question is:

I would like to change a call to an include statement, this is

on the first clock step -->#include "file1.png"
on the 2nd clock step -->#include "file2.png"
on the 3rd clock step -->#include "file3.png"
..
..
..
and so on.

The idea is that I dont know how to do it without writting hundreds of lines on
pov.

So the question is: is it possible to change the name of the files you call with
the include? Something like

#include "file"+clock+".png" ??????

Thank you very much folks.


Post a reply to this message

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