Gouraud Shading

- Approximate the normal to the surface at a vertex by averaging all normals
of abutting polygons.
- Calculate the intensity at each vertex using illumination equations.
- Use linear interpolation along a polygon edge to compute the intensity at
each edge pixel.
- Use linear interpolation along a scan line to compute the intensity at each
interior pixel of a polygon.
