stackgl / shader-school

:mortar_board: A workshopper for GLSL shaders and graphics programming
Other
4.27k stars 251 forks source link

Fix inconsistency for lighting #169

Open urlysses opened 7 years ago

urlysses commented 7 years ago

Since the lesson description for NPR 01 tells us to work off of LIGHT 02, the vertex shaders should match.

This just applies changes in 51e75d7558ee096c1a3f1198e88b326f8e25f6b4 to NPR 01.

takkasila commented 6 years ago

NPR 02 also, I suppose.