|
|
"Chris Colefax" <chr### [at] tagpovrayorg> wrote in message
news:3c68a345@news.povray.org...
> Mitchell Waite <mit### [at] dnaicom> wrote:
> > Is there a way to animate an image map in POV Ray that is draped on a
> height
> > map of a terrain?
>
> could use the Pigment_From and To statements, e.g.:
>
> pigment {
> Pigment_From (0, pigment {image_map {tga "image1" interpolate 2}})
> Pigment_To (1, pigment(image_map {tga "image2" interpolate 2}})
>
> This smoothly shifts from one image map to the other, and the file
includes
> plenty of options that let you control just how the shifting takes place.
Unless he wants a series of image files fed into POV, in which case the way
I do it is with inxframe.inc (see URL below, click on animated gif at top or
scroll down).
But the pigment change one to another would make for a simpler way as long
as no intermediate images with many different variations were needed.
Although I'm sure that could probably be accomplished in that way too with a
set of image replacements.
http://hometown.aol.com/xyzunknown/linker.htm
bob h
Post a reply to this message
|
|