Frosted glass Filter available in the ShaderBlow Plugin

A “frosted glass” effect filter is now available in the ShaderBlow Plugin, it was adapted from here (thanks to @mifth for finding it):

http://www.geeks3d.com/20101228/shader-library-frosted-glass-post-processing-shader-glsl/2/

Usage:

[java]
FrostedGlassFilter frostedGlassFilter = new FrostedGlassFilter();
frostedGlassFilter.setRandomFactor(0.025f);
frostedGlassFilter.setRandomScale(2.1f);
fpp.addFilter(frostedGlassFilter);
viewPort.addProcessor(fpp);[/java]

5 Likes

This is amazing! Thank you a lot for porting it! We now have pretty big shader library!

1 Like

no worries, it didn’t take long, and yeh it’s getting big ^^