SIMPLE opengl bump mapping tutorial

Hi i’m new to opengl and i’m looking for a simple bump mapping tutorial or sample.
Thanks.

Thierry

Look at NVIDIA’s Developer Relations http://www.nvidia.com/marketing/developer/devrel.nsf/TechnicalDemosFrame?OpenPage

thanks, but theses demos run only on nvidia chipset, on my I740 at work, it doesn’t ok.

Thierry

There should be one there that tells you how to do emboss bump mapping, which will work even without a graphics card!
It uses 512*512 textures, which many cards can’t handle, so you might have to do a bit of fiddling to get it to work.

for emboss bump mapping, take a look at nehe’s tutorial : http://nehe.gamedev.net/tutorials/lesson22.asp