The Art and Science of

comp.graphics

a collection of articles about computer graphics: news, history, fundamentals, graphics programming and applications

  1. Home
  2. Articles
  3. Fog Rendering

forwardscattering.org

Fog Rendering

Nicholas Chapman2026-03-04
Open original article →

Summary

This post derives traditional linear interpolation (lerp) between surface and fog color using transmittance and derives the transmittance for exponential height fog.

Key Ideas

Derives fog color lerp using transmittance
Formulates transmittance for exponential height fog

Related Articles