A minimal GPU pathtracer that renders a scene using only ambient lighting, with no direct light sources. This produces a flat-shaded result that serves as a baseline for understanding how subsequent lighting models add realism. The scene is rendered in a single pass on a fullscreen quad.
Controls: Click and drag to orbit, scroll to zoom.