I've made a GLSL shader for doing per-pixel blinn phong lighting on a scene, and I've had some issues w/ the light cast on the scene. Each light seems to have a very hard boundary on its effect ( in attached screenshot, you can see the boundary of the light on the bottom plane - the light (whose world position is equivalent to the hanging black spheres in the scene) is hanging over the plane and ferrari model, but for some reason only casts light appropriately back /towards/ the camera, not forward, away from the camera.
I feel like I'm making some mistake / lack some understanding in how the eye direction affects the blinn phong lighting model. Have I messed up my calculations, or do I simply not understand how this particular lighting model is supposed to work?
My shader code is here: https://gist.github.com/1040417
Screenshot of effect: 