|
|
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
|
|