Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 637 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 637 Bytes

UnitySimpleRaytracing

Software raytracing implementation on the GPU (BVH building and traversal). Used LBVH+radix sort on the spatial subdivision part.

Based on these articles

WARNING: for GPU sorting part I used new HLSL wave intrinsics for scan stage. So it's obligation to run this project on Nvidia GPUs because of lane size equal to 32.