Rasterizing Triangles
The two most common strategies for scan-converting a triangle are

edge walking and edge equations



There are, however, other techniques including:
  • Recursive subdivision of primitive (micropolygons)
  • Recursive subdivision of screen (Warnock's algorithm)
Lecture 6   Slide 6   6.837 Fall '01