Details
- Download, compile, and run the appropriate example OpenGL program (shader.cc or Shader.java). You will also need the two shader source files (shader.vert and shader.frag). 
- Modify the program and shader so that the light has a position. 
- Modify the program and shader so that the light has a color. 
- Modify the program and shader so that the light has attenuation. 
Submission
Please show your source code and run your program for the instructor.