$parallaxmap

From Valve Developer Community
Revision as of 12:48, 22 July 2022 by Celisej (talk | contribs)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

The $parallaxmap VMT parameter specifies the VTF texture to use for the 'sub-vertex modeling' or parallaxmap of the material surface.

Warning.pngWarning:Parallax maps are disabled in every Valve game, although since Alien Swarm an (unfinished) shader exists named ParallaxTest, which can be used as an alternative.
Todo: mat_parallaxmap is 0 by default. Enabling it causes the game to freeze (tested for until about 1 hour) after "Sending full update to Client". Will managing to enable it make parallax maps work?

VMT Syntax

"$parallaxmap" <texture path>
"$parallaxmapscale" <float> // Scales the $parallaxmap Y value by this amount

See Also