📄 threejs/Addons/Shaders/module-FXAAShader

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


title: module-FXAAShader category: Unknown layout: docs

FXAAShader

Import

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

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

Properties

.FXAAShader : ShaderMaterial~Shader (inner, constant)

FXAA algorithm from NVIDIA, C# implementation by Jasper Flick, GLSL port by Dave Hoskins.

References:

Source

examples/jsm/shaders/FXAAShader.js