Brain Dump

The Painters Algorithm

Tags
computer-graphics

A [see page 4, way] to draw a scene by sorting objects based on their distance to the viewpoint, drawing the furthest away object first and then closer objects as you encounter them.

There're quite a [see page 5, few] issues with this algorithm in complex scenes.