POV-Ray : Newsgroups : povray.general : Determining color : Re: Determining color Server Time
1 Aug 2024 04:13:59 EDT (-0400)
  Re: Determining color  
From: Trevor G Quayle
Date: 11 Apr 2006 12:10:00
Message: <web.443bd477b65c6c1a6c4803960@news.povray.org>
Ger <No.### [at] ThankYou> wrote:
> Is it possible to read the color of a certain point in an image_map?
>
> Iow, I have an image_map mapped onto a box and I would like to know what the
> color is when I do a trace() from a point over the box
>
>
> --
> Ger

Make a function of the image map and evaluate the function.

#local PIMAGE = function {
pigment{image_map {IMAGEMAP}
 TRANSFORM //scale, translate and rotate to appropriate postion
}

#declare COL=PIMAGE(x,y,z);


-tgq


Post a reply to this message

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