You will have to implement Gouraud shading. Phong and Gouraud have a lot of common. The main difference is that in the Phong shading, the color is computed per fragment (pixel). This means that in the ...