Bi/Tri-Linear Filtering
A simple form of texture filtering, point sampling, could be used to scale textures prior to their being mapped onto surfaces in a 3D scene. This technique could easily introduce errors by taking a too simple approach to the task. Using a more sophisticated, though slower, technique called “bi-linear filtering”, the colour of each pixel … Read more