Understanding Dx11 Milestone Shadow Mapping
Exploring Dx11 Milestone Shadow Mapping reveals several interesting facts. This is tricky stuff to get right. I know I'm doing it in a very non-optimal way. I just wanted to get some
Key Takeaways about Dx11 Milestone Shadow Mapping
- C++ 3D game programming tutorial teaching how to build a 3D engine from scratch using DirectX (Direct3D 11) to leverage ...
- DirectX 11: Shadow Mapping
- Music: "Rewound" by Chris Zabriskie From the Free Music Archive: https://freemusicarchive.org/ CC BY.
- Directional light
- A simple example of
Detailed Analysis of Dx11 Milestone Shadow Mapping
Description of the Shadow Mapping Custom Built
Now the entire view frustum is shadowed by 3 cascades. Works quite well even with rotated directional lighting.
Stay tuned for more updates related to Dx11 Milestone Shadow Mapping.