How to translate point light and rotate directional light openGL?
I intend to implement gouroud shading with two light.(point light and directional light)
I want to translate the point light and rotate the directional light with keyboard callback function of openGL.
But by my current code, light is not moving.