Modulate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Dr. Orange (talk | contribs) m (stub) |
||
Line 1: | Line 1: | ||
{{stub}} | |||
'''<code>Modulate</code>''' is an shader that modulates the colors of any pixels behind it. This can be effectively used to fake various features that [[Source]] may not support, such as vertex coloring or [[lightmap]]ping on models (except for [[prop_static]] in {{tf2}}). | '''<code>Modulate</code>''' is an shader that modulates the colors of any pixels behind it. This can be effectively used to fake various features that [[Source]] may not support, such as vertex coloring or [[lightmap]]ping on models (except for [[prop_static]] in {{tf2}}). | ||
Revision as of 12:35, 5 December 2018
Modulate
is an shader that modulates the colors of any pixels behind it. This can be effectively used to fake various features that Source may not support, such as vertex coloring or lightmapping on models (except for prop_static in ).
Accepts only a $basetexture
, and this texture will be used to modulate pixels.
For a better explanation and usage tutorial, see the post here (halfway through the thread).
Todo: Re-write this page with a better description and explanation of usage