I'm working on a project that will be a lot better with bump mapping and specular lighting, I can get the pixel sharer programs running using GL_FRAGMENT_PROGRAM_ARB ,
I have U,V bump maps in the green and alpha channels and the specular data in the blue channel of the second ARB texture
What I need is help with the Maths and CG programming to get the desired effect
Anyone able to help