Type Alias MagnificationTextureFilter

MagnificationTextureFilter: typeof NearestFilter | typeof LinearFilter

Texture Magnification Filter Modes.
For use with a texture's THREE.Texture.magFilter | magFilter property,
these define the texture magnification function to be used when the pixel being textured maps to an area less than or equal to one texture element (texel).