|
 |
kurtz le pirate <kur### [at] free fr> 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
|
 |