POV-Ray : Newsgroups : povray.general : filtered image_map Server Time
4 Aug 2024 16:13:24 EDT (-0400)
  filtered image_map (Message 1 to 2 of 2)  
From: Dennis Miller
Subject: filtered image_map
Date: 22 Feb 2003 16:48:25
Message: <3e57f029$1@news.povray.org>
I'm using a sequence of Targa files as an image map in an animation and
would like to know if there is any way to filter out a color, for example,
green, from the image map when it is applied to the object. Any ideas? The
declaration is below.
Thanks,
D.

#declare main_map = pigment {
  image_map {
  tga concat("e:\\spill\\spill", str(clock*1200,-4,0), ".tga")
    map_type 1
    interpolate 2   transmit all 0.5  } }


--

dhm### [at] attbicom
http://www.dennismiller.neu.edu


Post a reply to this message

From: Ken
Subject: Re: filtered image_map
Date: 22 Feb 2003 17:06:39
Message: <3E57F4DE.1786A1B4@pacbell.net>
Dennis Miller wrote:
> 
> I'm using a sequence of Targa files as an image map in an animation and
> would like to know if there is any way to filter out a color, for example,
> green, from the image map when it is applied to the object. Any ideas? The
> declaration is below.

http://www.students.tut.fi/~warp/povQandT/languageQandT.html#imagemapfiltering

-- 
Ken Tyler


Post a reply to this message

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