DirectX 11 Toy Renderer
A real-time renderer written in C++ and HLSL. The project currently supports forward rendering of glTF models based on the Blinn-Phong reflection model using directional lights, spot lights and point lights. Shadows cast by directional lights use Cascaded Shadow Maps, stabilized by texel snapping.