This article's documentation is for anything that uses the Source engine. Click here for more information.

Mat mipmaptextures: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
== See also ==
== See also ==
* [[Console Command List]]
* [[Console Command List]]
* {{cmd|mat_showlowresimage}}
* {{cmd|mat_showmiplevels}}
* {{cmd|mat_picmip}}
* {{cmd|mat_picmip}}
* {{cmd|mat_showlowresimage}}

Latest revision as of 08:57, 2 November 2024

English (en)Translate (Translate)
"mat_mipmaptextures" set to 0.
"mat_mipmaptextures" set to 1.

mat_mipmaptextures is a console variable available in all Source Source games.

States

mat_mipmaptextures 0
Disables mipmapping.
mat_mipmaptextures 1
Enables mipmapping.

See also