$bumpmap
Jump to navigation
Jump to search
The $bumpmap VMT parameter specifies the VTF texture to use for the 'bump' or normalmap of the material surface.
Basic VMT Syntax
"$bumpmap" "Path/NormalMapA"
- where
Path
is the filepath relative togame_directory/materials
folder. - where
NormalMapA
is the filename; ieNormalMap.vtf
. - Notice the
.vtf
file extension is not used in VMT texture references.
Additional Parameters
$bumpmap2
"$bumpmap" "Path/NormalMapA" "$bumpmap2" "Path/NormalMapB"
- Used for the WorldVertexTransition shader.
See Also
- Tutorial Normal Map Creation in The GIMP