I\'ve been trying to make a basic static point light using shaders for an LWJGL game, but it appears as if the light is moving as the camera\'s position is being translated and
If anyone's interested, I ended up finding the solution. Removing the calls to gl_NormalMatrix and gl_ModelViewMatrix solved the problem.