Capítulo 701 de 859

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

PropertyDescription
.FXAAShader : ShaderMaterial~Shader (inner, constant)FXAA algorithm from NVIDIA, C# implementation by Jasper Flick, GLSL port by Dave Hoskins.

Key Takeaways

  1. Most relevant properties: FXAAShader.

Connects To