SSAO

Ambient occlusion in screen space with temporal accumulation and bilateral denoise.

SSAO thumbnail

Overview

Classic SSAO with random kernel sampling in view space, followed by temporal resolve (TAA) and a bilateral blur to reduce noise while preserving edges.

Highlights

  • Hemisphere samples in tangent space from a noise texture
  • Depth/normal aware bilateral filter
  • Temporal accumulation with neighborhood clamping