POV-Ray : Newsgroups : povray.animations : MPEG back to BITMAPS! : Re: MPEG back to BITMAPS! Server Time
28 Jul 2024 20:30:48 EDT (-0400)
  Re: MPEG back to BITMAPS!  
From: Christopher Fairbairn
Date: 23 Jan 1999 18:39:19
Message: <36aa5da7.0@news.povray.org>
Hi,

Greg M. Johnson <"gregj;-)56590"@aol.c;-)om> wrote in message
<36a9ebaa.0@news.povray.org>...
>Sounds like a fun project.  Could you share the code for doing this, if one
had
>in fact a bunch of separate IMAGE%%%.GIF's.?

It's simple. The IMAGE and .GIF parts stay static while the %%% part you
want to change so you do something like this.

<code to get clock variable into a usable state ie an integer into IMGNUM>

and then in your image_map part where you normally place the image name in
quotes place this:

concat("IMAGE",IMGNUM,".GIF")


Post a reply to this message

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