Difference between revisions of "Hardware 3D (C++ DirectX Graphics) Tutorial 52"

From Chilipedia
Jump to: navigation, search
(Created page with "Second part in a mini-series on basic dynamic occlusion shadows with shadow mapping. This video covers the basic implementation of the shadow mapping technique and its support...")
 
(Video Timestamp Index)
 
Line 13: Line 13:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
* [https://youtu.be/St2uayQ Tutorial 52]
+
* [https://youtu.be/CIGNP71FiG0 Tutorial 52]
  
 
== Source Code ==
 
== Source Code ==

Latest revision as of 23:07, 17 May 2020

Second part in a mini-series on basic dynamic occlusion shadows with shadow mapping. This video covers the basic implementation of the shadow mapping technique and its support code.

Topics Covered

  • Camera attached to point light
  • Depth stencil usages DepthStencil and ShadowDepth
  • Saving depth to image file
  • Linearlizing depth for visualization
  • Technique channel bit mask
  • Camera binding and light space camera transform
  • Shadow map sampler
  • Shadow mapping in vertex and pixel shaders
  • Shadow map generation Technique

Video Timestamp Index

Source Code

See also