bindings/ext_texture_filter_anisotropic library
WebGL EXT_texture_filter_anisotropic Khronos Ratified Extension Specification
https://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotropic/
Classes
- EXTTextureFilterAnisotropic
-
The extension is part of the WebGL API and exposes two constants
for anisotropic filtering (AF).
AF improves the quality of mipmapped texture access when viewing
a textured primitive at an oblique angle. Using just mipmapping,
these lookups have a tendency to average to grey.
WebGL extensions are available using the
WebGLRenderingContext.getExtension()
method. For more information, see also Using Extensions in the WebGL tutorial.