Skip to content

Anti‐Aliasing

Vladislav Kantaev edited this page Oct 27, 2023 · 6 revisions

MSAA

In the render pipeline asset's Camera Renderer section, select the desired MSAA option.

MSAA

FXAA

Requires a post-processing stack.

High Quality option is slightly more expensive, but helps reducing even more aliasing artifacts.

FXAA

TAA

  • In the project window, right click and select Create/Toon RP/Post-Processing/Temporal AA.
  • In the pipeline asset, make sure the post-processing is enabled and add the newly created TAA asset to the post-processing list.

📝 Note: TAA requires Motion Vectors Pre-Pass.

Parameters:

  • Jitter Scale: typical values are between 0 and 1. Higher values result in less aliasing, but more temporal instability (flickering, visible jittering, etc.).
  • Modulation Factor: weight of the previous frame when combined with the current one. Higher values result in less aliasing and better temporal stability but more ghosting artifacts.

TAA

References