TEXFILTER
Description
Enumerations used by render.PushFilterMin and render.PushFilterMag.
See this and this page for more information on texture filtering.
Values
TEXFILTER.NONE | 0 | Disables any filter override. |
TEXFILTER.POINT | 1 | Point sampling, no interpolation. |
TEXFILTER.LINEAR | 2 | Basic interpolation between 2 samples. |
TEXFILTER.ANISOTROPIC | 3 | Highest quality filter. Most useful for textures on 3D geometry. |