Lighting Models (Gouraud and Phong)
Slides from class

Reading: GLSL Lighting
Reading: The Normal Matrix

Research Assignment: Investigate your proposed final project and add it to the google doc (see your email for a link).

Gouraud

Graphics:https://rawgit.com/wolftype/200c/gh-pages/scratch/webgl_gfx_lighting_gouraud.html
Code: https://github.com/wolftype/200c/blob/gh-pages/scratch/webgl_gfx_lighting_gouraud.html

Phong

Graphics:https://rawgit.com/wolftype/200c/gh-pages/scratch/webgl_gfx_lighting_phong.html
Code: https://github.com/wolftype/200c/blob/gh-pages/scratch/webgl_gfx_lighting_phong.html