Hardware 3D (C++ DirectX Graphics) Tutorial 34

From Chilipedia
Revision as of 22:24, 27 August 2019 by Chili (Talk | contribs) (Created page with "Normal mapping is like what texture mapping would be if it actually lived up to its name. Time to learn about tangent space all other such things. == Topics Covered == === Pa...")

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

Normal mapping is like what texture mapping would be if it actually lived up to its name. Time to learn about tangent space all other such things.

Topics Covered

Part 1

  • Normal mapping motivation / goal
  • Texture alignment
  • RGB encoding of normal vectors

Video Timestamp Index

Source Code

See also