$parallaxmap
Jump to navigation
Jump to search

- See Parallax mapping.
The $parallaxmap VMT parameter specifies the VTF texture to use for the 'sub-vertex modeling' or parallaxmap of the material surface.
Basic VMT Syntax
"$parallaxmap" "Path/ParallaxmapA"
- where
Path
is the filepath relative togame_directory/materials
folder. - where
ParallaxmapA
is the filename; ieParallaxmapA.vtf
. - Notice the
.vtf
file extension is not used in VMT texture references.
Additional Parameters
$parallaxmapscale
"$parallaxmapscale" float
- Scales the $parallaxmap by the
float
value. Default value is of course1
.