POV-Ray : Newsgroups : povray.advanced-users : Creating blurred image via textures...? : Re: Creating blurred image via textures...? Server Time
29 Jul 2024 00:29:36 EDT (-0400)
  Re: Creating blurred image via textures...?  
From: Christopher James Huff
Date: 17 Jun 2003 17:39:16
Message: <cjameshuff-B27A79.16295917062003@netplex.aussie.org>
In article <3eef7d52$1@news.povray.org>, "Tek" <tek### [at] evilsuperbraincom> 
wrote:

> But it will render a *lot* quicker if you can find some way to blur the 
> texture before you apply it.

Use an image_map of a function image of a pigment function with the 
blurred pigment.

image_map {
    function xRes, yRes {
        pigment {average...}
    }
}

-- 
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.