Garry's Mod Wiki

TEXFILTER

Description

Enumerations used by render.PushFilterMin and render.PushFilterMag.

See this and this page for more information on texture filtering.

Values

TEXFILTER.NONE0Disables any filter override.
TEXFILTER.POINT1Point sampling, no interpolation.
TEXFILTER.LINEAR2Basic interpolation between 2 samples.
TEXFILTER.ANISOTROPIC3Highest quality filter. Most useful for textures on 3D geometry.