Bump mapping

Hello everybody

Bump mapping - can somebody tell me what is it or where should I look some information about it.

best regards

Marcin

Short: It’s a trick for making a surface appear more detailed than it really is. For instance, you can use bump mapping to make a single flat quad appear as if it was “bumpy”.

The principle is to modify the surface normal over the surface, thus making light contribution vary accross the surface. This can be implemented in many different ways, which approximates the “modified normal” behaviour with varying degrees of accuracy.

For a short intro, see here and here

At the nVidia developer relations site http://developer.nvidia.com/ you an find several documents and demos of bump mapping.

[This message has been edited by marcus256 (edited 04-17-2002).]