Hacker News new | ask | show | jobs
by 1wd 4006 days ago
That's exactly what it does, no? (Standard triangle shading technique, interpolating colors between the mesh, Gouraud shading without the lighting.) Phong shading (interpolate normal vectors) wouldn't make sense, as the mesh has no normals.
1 comments

It isn't obvious from the article that the color interpolation used here matches Gouraud.