POV-Ray : Newsgroups : povray.advanced-users : Creating blurred image via textures...? : Re: Creating blurred image via textures...? Server Time
29 Jul 2024 06:20:00 EDT (-0400)
  Re: Creating blurred image via textures...?  
From: Christopher James Huff
Date: 17 Jun 2003 19:44:56
Message: <cjameshuff-1E88FC.18353917062003@netplex.aussie.org>
In article <3eef8eba$1@news.povray.org>,
 Lutz-Peter Hooge <lpv### [at] gmxde> wrote:

> It should be possible with functions, but will that will 
> be slow and limited to grayscale.

pigment {average
    pigment_map {
        [1 function {R_Func(x, y, z)} color_map {[0 rgb 0][1 red 3]}]
        [1 function {G_Func(x, y, z)} color_map {[0 rgb 0][1 green 3]}]
        [1 function {B_Func(x, y, z)} color_map {[0 rgb 0][1 blue 3]}]
    }
}

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

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