File: module-VerticalBlurShader.md | Updated: 11/15/2025
VerticalBlurShader is an addon, and must be imported explicitly, see Installation#Addons.
import { VerticalBlurShader } from 'three/addons/shaders/VerticalBlurShader.js';
Two pass Gaussian blur filter (horizontal and vertical blur shaders)
9 samples per pass
standard deviation 2.7
"h" and "v" parameters should be set to "1 / width" and "1 / height"