LinearMipmapLinearFilter is the default and chooses the two mipmaps that most closely match the size of the pixel being textured and
uses the LinearFilter criterion to produce a texture value from each mipmap.
The final texture value is a weighted average of those two values.
LinearMipmapLinearFilter is the default and chooses the two mipmaps that most closely match the size of the pixel being textured and uses the LinearFilter criterion to produce a texture value from each mipmap. The final texture value is a weighted average of those two values.