POV-Ray : Newsgroups : povray.newusers : Using different image maps with different clock values : Re: Using different image maps with different clock values Server Time
4 Sep 2024 20:12:41 EDT (-0400)
  Re: Using different image maps with different clock values  
From: Dennis Miller
Date: 30 Aug 2002 22:18:56
Message: <3d702790@news.povray.org>
It has to do with the number of zeros tat POV should "pad" the file name
with. Can't remember the exact location in the docs on that one but -3
should work for a group that is numbered up to 180...
D.

"nathan_2002" <nat### [at] excitecom> wrote in message
news:web.3d6e475fbc6d480690cc6b70@news.povray.org...
> So then it would be somthing like...
>
> > #declare Scene = pigment {
> >  image_map {png concat("d:\\povray\\book\\scene",
str(clock*180/.75,-3,0), ".png")
> >    map_type  2  interpolate  2 } }
> >
> >So maybe number the images sequentially? How many are there and how often
do
> >you want the image to change?
> >
>
>
> The embeded scene would have 180 frames, I guess the clock wouldn't matter
> after rendered.
>
> the frame scene has the following properties:
> +ki0 +kf0.75 +kfi1 +kff180
>
> so in the "str(clock*180/.75,-3,0)", what do the -3 and 0 mean?
>
>
> I'd try it myself but my computer only runs at 200Mhz...
>
>
> N.
>
>


Post a reply to this message

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