Hardware 3D (C++ DirectX Graphics) Tutorial 38
From Chilipedia
Revision as of 18:16, 26 October 2019 by Chili (Talk | contribs) (Created page with "Mipmapping and anisotropic filtering to make our textures look a lot sexier when scaled down. == Topics Covered == * Texture aliasing phenomenon during texture minification *...")
Mipmapping and anisotropic filtering to make our textures look a lot sexier when scaled down.
Topics Covered
- Texture aliasing phenomenon during texture minification
- Theory of mipmapping
- Direct3D automatic generation of mip levels
- Anisotropic texture filtering