Scan Line Algorithm

*Idea is to intersect each polygon with a particular scanline. Solve hidden surface problem for just that scan line.
*Requires a depth buffer equal to only one scan line
*Maintain an active polygon and active edge list
*Can implement antialiasing as part of the algorithm