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 *...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Video Timestamp Index

Source Code

See also