Horizon-Based Image-Space Ambient Occlusion

NVIDIA has published a new paper from SIGGRAPH 2008 about HBAO (Horizon-Based Ambient Occlusion), an innovative improved form of screen-space ambient occlusion (SSAO). From the paper, HBAO seems to be easily integrable into an existing game engine:
- Input Data = eye-space depths and normals
- Rendered in a post-processing pass


The paper is available here: Horizon-Based Image-Space Ambient Occlusion: from SIGGRAPH 2008



Related posts:

  1. faogen: Fast Ambient Occlusion Generator
  2. High Definition Ambient Occlusion (HDAO)
  3. NVIDIA ForceWare 185.66 BETA With Ambient Occlusion and GeForce GTX 275 Support
  4. Shattered Horizon Escalation Video
  5. [Tutorial] How To Load and Display an Image with DevIL and OpenGL