Page 1 of 1

How does the GaussianBlur.osl node work?

Posted: Thu Jun 16, 2022 9:01 am
by Delizade
Hello,
I need to blur a bump map texture with node but I could not get a blurred result from the GaussianBlur.osl node.
Can anyone help me with What I'm doing wrong here?

thank you

Re: How does the GaussianBlur.osl node work?

Posted: Fri Jun 17, 2022 8:34 am
by bepeg4d
Hi,
to make it works, you need to set the Projection of the input texture to OSL delayed UV:
21E9DEDF-2AA7-4CDF-91C0-71592B23E972.jpeg
ciao,
Beppe

Re: How does the GaussianBlur.osl node work?

Posted: Fri Jun 17, 2022 9:53 am
by Delizade
Thank you @bepeg4d