POV-Ray : Newsgroups : povray.animations : reading in multiple POVs : Re: reading in multiple POVs Server Time
27 Sep 2024 18:16:27 EDT (-0400)
  Re: reading in multiple POVs  
From: Warp
Date: 31 May 2004 18:46:52
Message: <40bbb5dc@news.povray.org>
That kind of script is very easy:

#include concat("frame", str(frame_number, -4, 0), ".pov")

and then run povray with +kff1000 (or whatever the number of frames
you have).
  It assumes the pov files are named frame0001.pov, frame0002.pov, etc.

-- 
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}//  - Warp -


Post a reply to this message

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