Phong Illumination
This is a small WebGL demo of Phong Illumination using Gouraud or Phong Shading.
Use python to serve the webpage locally:
python -m http.server
Acknowledgments
Based on a Lecture | WebGL applet by Prof. Thorsten Thormählen. Modified by Johannes Kehrer, Alec Jacobson, and Tino Weinkauf for educational purposes. The source code is available.