Bumpmap (Material global keyword)
From modwiki
Description
Creates a bump map stage in a material shader.
Usage
In the global section of your material shader type...
bumpmap [map]
Parameters
- [map] - the relative path and file name from /base to the specified bump map image.
Notes
This keyword is shorthand for...
{
blend bumpmap
map [map]
}

