3D lighting with lwjgl

I have been trying to implement lighting into my project for about a week now and have hit only bugs, dead ends and more bugs. are there any good 3D lighting tutorials out there or any other resource that can help?

thanks in advance! ;D

http://lmgtfy.com/?q=glsl+3d+lighting

First link is very good. Try Google yourself next time!

Here’s the best resource for lighting:

It depends, do you have shaders implemented, what OpenGL version are you using? What are you going draw to the display ( What Geometry )? What do you have so far? Do you understand a okay amount of linear algebra?