POV-Ray : Newsgroups : povray.general : Animating IMAGE Maps (Sorry) : Re: Animating IMAGE Maps (Sorry) Server Time
6 Aug 2024 19:32:35 EDT (-0400)
  Re: Animating IMAGE Maps (Sorry)  
From: bob h
Date: 12 Feb 2002 03:53:53
Message: <3c68d821@news.povray.org>
"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

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