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

From Chilipedia
Revision as of 01:10, 9 June 2020 by Chili (Talk | contribs) (Created page with "Fourth part in a mini-series on basic dynamic occlusion shadows with shadow mapping. This video covers the concept of "peter panning" and self-shadowing due to sampling error...")

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

Fourth part in a mini-series on basic dynamic occlusion shadows with shadow mapping. This video covers the concept of "peter panning" and self-shadowing due to sampling error in the depth map.

Topics Covered

  • The mechanics of peter panning and how to fix it
  • Nonlinear depth woes
  • Self shadowing mediated by depth sampling frequency and depth slope of the receiving surface

Video Timestamp Index

Source Code

See also