POV-Ray : Newsgroups : povray.newusers : how to make a blurry reflection? : Re: how to make a blurry reflection? Server Time
3 Jun 2026 16:37:39 EDT (-0400)
  Re: how to make a blurry reflection?  
From: Cossack 
Date: 30 May 2026 13:00:00
Message: <web.6a1b166abb25f7d0228b8f50d49cbb40@news.povray.org>
kurtz le pirate <kur### [at] freefr> wrote:
> On 26/05/2026 23:28, Kenneth wrote:
> > "Cossack " <nomail@nomail> wrote:
> >> Hello, I have a question: how to make a blurred reflection in Povray version
> >> 3.7?
> >
> > The method I know of is here, under the heading: "Is blurred reflection possible
> > in POV-ray?"
> >
> > https://wiki.povray.org/content/Knowledgebase:Language_Questions_and_Tips#Topic_13
> >
> > It works by averaging multiple almost-identical textures, each with a
> > different 'normal', to create the blur.
> >
>

> before, but you can get good results quickly with this method.
>
> #declare BlurAmount = 0.15;
> #declare BlurSamples = 40;
>
> normal {
>    wrinkles BlurAmount
>    translate <rand(S),rand(S),rand(S)>/2
>    scale 0.001
>    }
>
>
>
>
> --
> kurtz le pirate
> compagnie de la banquise

It's a shame that I have a crappy phone, and my PC has passed on to a better
world.;]


Post a reply to this message

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