POV-Ray : Newsgroups : povray.general : image sequence : Re: image sequence Server Time
6 Aug 2024 19:32:46 EDT (-0400)
  Re: image sequence  
From: Christoph Hormann
Date: 6 Feb 2002 15:51:56
Message: <3C61976A.4ED3F048@gmx.de>
Dennis Milller wrote:
> 
> I'd like to read in a different targa file for every frame of an animation
> and use it in a height field. Can someone tell me the syntax for reading a
> sequence starting with, say, fig001.tga?

try something like:

concat("fig", str(clock*100,-2,0), ".tga") 

in POV 3.5 you can also use 'frame_number'.

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 06 Feb. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

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