Categories Uncategorised Added a Blur ThreeJS post-processing pass to my GLSL shader course Post author By niklever Post date 22nd November 2021 No Comments on Added a Blur ThreeJS post-processing pass to my GLSL shader course A blur filter is a useful addition to a ThreeJS website. You can blur the scene to set focus to an HTML overlay. Check out the filter on CodePen. To see how it is done go to my Courses page and look for ‘Learn GLSL Shaders From Scratch’ Tags glsl, threejs, webgl