FXAA

FXAA (Fast Approximate Anti-Aliasing) is a lightweight, efficient anti-aliasing solution that smooths jagged edges without the performance cost of traditional multi-sampling techniques. This shader-based approach works by analyzing the final rendered image and selectively blending pixels along high-contrast edges to reduce visible aliasing artifacts.

../../_images/fxaa.png

FXAA properties

Property

Type

Range

Description

Effect Strength

Float

0 - 1

Controls the overall intensity of the post-processing effect.