POV-Ray : Newsgroups : povray.newusers : 3d color function : Re: 3d color function Server Time
30 Jul 2024 02:21:48 EDT (-0400)
  Re: 3d color function  
From: Bernd Fuhrmann
Date: 22 Nov 2004 02:25:55
Message: <41a19483$1@news.povray.org>
Slime wrote:
> You can do this:
> 
> pigment {
> average
> pigment_map {
> [1 function {f_r(x,y,z)} color_map {[0 rgb 0][1 rgb <1,0,0>*3]}]
> [1 function {f_g(x,y,z)} color_map {[0 rgb 0][1 rgb <0,1,0>*3]}]
> [1 function {f_b(x,y,z)} color_map {[0 rgb 0][1 rgb <0,0,1>*3]}]
> }
> }

Works. Thanks a lot.
Bernd Fuhrmann


Post a reply to this message

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