Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.11 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.11 KB

Ray Tracer using DXR

This repo implementes a ray tracer utilizing DirectX 12 and the DirectX Ray Tracing Pipeline (DXR). Restricted (at least for now) to the simple functionality of tracing spheres only, with some coarse approximations of light scattering behavior for ideal diffuse, metal, and dielectric materials.

Results

Sample from the raytracer. From left to right: dielectric, diffuse, and metallic material. Runs in an 800 by 600 window, 32 rays per pixel, with a maximum recursion depth of 5. This gives about 15 FPS on my 1070Ti.

References