|
|
news:3f7f2ba9@news.povray.org...
> Is it possible to use image clips with POV?
> Actually, I have a sequence of bitmaps, called 'my-file-01.tga',
> 'my-file-02.tga' etc.
Just tie the frame_number built-in identifier to your file name:
#declare Myfilename=concat("my-file-",str(frame_number,-1,0));
height_field{tga Myfilename}
G.
--
**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray and Poser computer images
- Posters
Post a reply to this message
|
|