Objectives:
Add another light source that has independent properties from the first source. |
Add code so that when the user hits the key "l" it turns off the
spotlight and key "L" will turn on the spotlight. Hint: In display use glEnable and glDisable on light 1. |