render.PushFilterMin
Example
Anisotropic Filtering (This is not antialiasing)
render.PushFilterMag( TEXFILTER.ANISOTROPIC )
render.PushFilterMin( TEXFILTER.ANISOTROPIC )
-- Render stuff here
render.PopFilterMag()
render.PopFilterMin()
Pushes a texture filter onto the minification texture filter stack.
Anisotropic Filtering (This is not antialiasing)