File: module-FXAAShader.md | Updated: 11/15/2025
FXAAShader is an addon, and must be imported explicitly, see Installation#Addons.
import { FXAAShader } from 'three/addons/shaders/FXAAShader.js';
FXAA algorithm from NVIDIA, C# implementation by Jasper Flick, GLSL port by Dave Hoskins.
References: