VMAT: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Just changing the capitalization.)
m (→‎top: clean up, replaced: {{Language subpage → {{langsp)
Line 1: Line 1:
{{Language subpage}}
{{langsp}}
'''VMAT''' (short for '''Valve MATerial'''), is a file format used to designate [[material]]s in {{Source 2|4.1}}. The VMAT format includes a {{mono|.vmat}} source file that describes how to compile the material, and the actual compiled {{mono|.vmat_c}} file used by the game proper. Materials are created with the {{MatEdit|4}}.
'''VMAT''' (short for '''Valve MATerial'''), is a file format used to designate [[material]]s in {{Source 2|4.1}}. The VMAT format includes a {{mono|.vmat}} source file that describes how to compile the material, and the actual compiled {{mono|.vmat_c}} file used by the game proper. Materials are created with the {{MatEdit|4}}.

Revision as of 01:53, 4 January 2024

English (en)Translate (Translate)

VMAT (short for Valve MATerial), is a file format used to designate materials in Source 2 Source 2. The VMAT format includes a .vmat source file that describes how to compile the material, and the actual compiled .vmat_c file used by the game proper. Materials are created with the Material Editor Material Editor.