Modulate Shader
This shader adds an $hdrscale
parameter that functions as a multiplier for the final result, so an $hdrscale
of 2
is equivalent to having $mod2x
.
Examples:
$hdrscale 1
$hdrscale 2
$hdrscale 10
This shader adds an $hdrscale
parameter that functions as a multiplier for the final result, so an $hdrscale
of 2
is equivalent to having $mod2x
.
Examples:
$hdrscale 1
$hdrscale 2
$hdrscale 10
This page covers Momentum’s implementation of Parallax-Corrected Cubemaps, created with a combination of custom entities and materials.
Thanks to Brian Charles for his work on this feature.
More technical information can be found on the Valve Developer Wiki Page.
To make use of this page, you should:
momentum.fgd
in your Hammer configurationIn Hammer, Parallax-Corrected Cubemaps need two entities to function correctly:
...The Physically Based Rendering (PBR) shader is a powerful new shader that provides more realistic and versatile rendering of brushes and models within Momentum Mod whilst using fewer textures and needing fewer VMT tweaks.
PBR extends Source’s shading capacity by storing additional Metalness, Roughness and Ambient Occlusion maps in independent channels of an additional texture called the MRAO.
Additionally, it uses the alpha channel of the normal map as a height input for parallax maps.
...