📄 threejs/Addons/Shaders/module-HorizontalBlurShader

File: module-HorizontalBlurShader.md | Updated: 11/15/2025


title: module-HorizontalBlurShader category: Unknown layout: docs

HorizontalBlurShader

Import

HorizontalBlurShader is an addon, and must be imported explicitly, see Installation#Addons.

import { HorizontalBlurShader } from 'three/addons/shaders/HorizontalBlurShader.js';

Properties

.HorizontalBlurShader : ShaderMaterial~Shader (inner, constant)

Two pass Gaussian blur filter (horizontal and vertical blur shaders).

References:

Source

examples/jsm/shaders/HorizontalBlurShader.js