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:40 EDT (-0400)
  Re: how to make a blurry reflection?  
From: kurtz le pirate
Date: 29 May 2026 12:18:37
Message: <6a19bc5d@news.povray.org>
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.
> 

Thanks, Kenneth, for reminding us of this tip. I’d never tried it 
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


Post a reply to this message


Attachments:
Download 'blurred.jpeg.jpg' (144 KB)

Preview of image 'blurred.jpeg.jpg'
blurred.jpeg.jpg


 

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