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

From Chilipedia
Revision as of 22:30, 27 August 2019 by Chili (Talk | contribs)

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 and other such weird things, I guess.

Topics Covered

Part 1

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

Video Timestamp Index

Source Code

See also