Simple'n' fast BumpMapping

I want to add a bumpmapping effect to my objects that i want to be fast.
I’m using OpenGL&Delphi and I wonder if you knnow o good method or a good link
Thanks, Clau

http://developer.nvidia.com

If your using an ATI card then goto http://www.ati.com and then to their developer section. I dont know the exact link for that one.

-SirKnight

I suggest you take a look at the GL_ARB_texture_env_dot3 extension for bumpmapping that works on all GF/Radeon/Kyro cards and is easy to implement.