$bumpmap: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
'''The $bumpmap | '''The $bumpmap [[VMT]] parameter specifies the [[VTF]] texture to use for the 'bump' or normalmap of the material surface.''' | ||
=== Basic VMT Syntax === | === Basic VMT Syntax === | ||
Revision as of 15:33, 8 November 2007
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
Pathis the filepath relative togame_directory/materialsfolder. - where
NormalMapAis the filename; ieNormalMap.vtf. - Notice the
.vtffile 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