Ray Tracing Game Engine With DirectX 12

preview_player
Показать описание
This is my first attempt to create a ray tracing game engine. It was created in 4/5 days using DirectX 12 Graphics API in Visual Studio, programmed in C++, HLSL and a lot of patience. The engine at the moment uses only 4 types of ray, basic ray, shadow ray, reflection ray and refraction ray, with a maxmimum of 4 bounces per ray.
Configuration:
No normal maps
No antialiasing
Anisotropic Filter x16
Texture Filter: Bilinear
Screen Resolution: 1920 x 1080
Рекомендации по теме
Комментарии
Автор

Hi. I have just started learning graphics APIs and searching for a directx tutorial iv'e stumbled upon ur channel. Which rescources did you use when u were a complete beginner? What books do u recommend I read?

spicygaming