Chapter 701: FXAAShader
Core Idea
Reference for FXAAShader.
Key Concepts
- FXAAShader : ShaderMaterial~Shader (inner, constant): FXAA algorithm from NVIDIA, C# implementation by Jasper Flick, GLSL port by Dave Hoskins.
Code Examples
import { FXAAShader } from 'three/addons/shaders/FXAAShader.js';
- What it demonstrates: Typical usage of FXAAShader.
Reference Tables
Properties
| Property | Description |
|---|
.FXAAShader : ShaderMaterial~Shader (inner, constant) | FXAA algorithm from NVIDIA, C# implementation by Jasper Flick, GLSL port by Dave Hoskins. |
Key Takeaways
- Most relevant properties: FXAAShader.
Connects To