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

mat_picmip

From Valve Developer Community
Jump to navigation Jump to search
English (en)Translate (Translate)
"mat_picmip" set to 0.
"mat_picmip" set to 2.
"mat_picmip" set to 4.

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

Specifies only one level of mipmapping to be displayed.

Note.pngNote:This is the same as the "Texture Detail" menu in the graphics settings, but with more options.

States

Icon-Important.pngImportant:On systems with less than 1-2GB VRAM (especially with systems using integrated graphics or using older graphics card), and running a map with high resolution textures loaded in, having low value will cause the game to load the highest resolution and store textures to system RAM instead (when running out of VRAM). This can reduce game performance or cause stutter.

Has a range of -10 (depending on some games) to 4. Values higher than 2 require sv_cheats in most games. Values lower than -1 require sv_cheats in most games other than Team Fortress 2 Team Fortress 2.

mat_picmip -1
Sets Very High mipmapping level.
mat_picmip 0
Sets High mipmapping level.
mat_picmip 1
Sets Medium mipmapping level.
mat_picmip 2
Sets Low mipmapping level.


See also