Lambertian, a la PA1
¡
Vertex program finds the normal
and light vectors in world space,
outputting those as COLOR0,
COLOR1
¡
Fragment program gets interpolated
normal, light vector for each pixel
and calculates lighting
¡