POV-Ray : Newsgroups : povray.unofficial.patches : Loading different pictures during an animation ????? : Re: Loading different pictures during an animation ????? Server Time
8 Jul 2024 16:27:58 EDT (-0400)
  Re: Loading different pictures during an animation ?????  
From: Gilles Tran
Date: 5 Jan 2002 09:45:34
Message: <3c37118e$1@news.povray.org>

news: 3C370657.DA7C4D49@rz.uni-hildesheim.de...

>   #declare Name = concat("\"FR",str(11,0,0),".tga\"")

Try :

#declare Name = concat("FR",str(11,0,0))

or even

pigment{image_map{tga concat("FR",str(11,0,0))}}

Note that to debug this kind of problem you can always write
#debug concat(Name,"\n")
to see what's going on.

G.

--

**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray and Poser computer images
- Posters


Post a reply to this message

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