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

From Chilipedia
Jump to: navigation, search
(Created page with "Sixth and final part in a mini-series on basic dynamic occlusion shadows with shadow mapping. This video implements slope-scaled depth biasing, makes a shadow effect that is f...")
(No difference)

Revision as of 13:47, 27 June 2020

Sixth and final part in a mini-series on basic dynamic occlusion shadows with shadow mapping. This video implements slope-scaled depth biasing, makes a shadow effect that is fully runtime-configurable, and discusses some additional techniques.

Topics Covered

  • Slope-scaled depth biasing using rasterizer settings
  • Fully configurable shadow effect (use this to explore the impact of different technqiues)
  • Trick using loops and branches to dynamically control a compile-time parameter in HLSL
  • Rendering backfaces to prevent self-shadowing without needing large biases
  • Receiver plane depth biasing

Video Timestamp Index

Source Code

See also