Mipmapping: effects of not having it and OpenGL implementation
Today I want to share the reason you should implement mipmapping in your engine/renderer. The definition of mipmapping is basically a set of pre-calculated, optimized sequences of images, each of which is a progressively lower resolution representation of the same… Continue Reading