EGGH01: SIGGRAPH/Eurographics Workshop on Graphics Hardware 2001
Permanent URI for this collection
Browse
Browsing EGGH01: SIGGRAPH/Eurographics Workshop on Graphics Hardware 2001 by Subject "Display algorithms"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item Vertex-based Anisotropic Texturing(The Eurographics Association, 2001) Olano, Marc; Mukherjee, Shrijeet; Dorbie, Angus; Kurt Akeley and Ulrich NeumannMIP mapping is a common method used by graphics hardware to avoid texture aliasing. In many situations, MIP mapping over-blurs in one direction to prevent aliasing in another. Anisotropic texturing reduces this blurring by allowing differing degrees of filtering in different directions, but is not as common in hardware due to the implementation complexity of current techniques. We present a new algorithm that enables anisotropic texturing on any current MIP map graphics hardware supporting MIP level biasing, available in OpenGL 7.2 or through the GLEXT-texture-lod-bias or GL-SGIX-texture-lod-bias OpenGL extensions. The new algorithm computes anisotropic filter footprint parameters per vertex. It constructs the anisotropic filter out of several MIP map texturing passes or multitexture lookups. Each lookup uses MIP level bias and perturbed texture coordinates to place one probe used to construct the more complex filter profile.