Understanding Cuda Ray Tracer
If you are looking for information about Cuda Ray Tracer, you have come to the right place. This is my final project for Bachelor degree. The purpose of this program is to cut down the render time through the ...
Key Takeaways about Cuda Ray Tracer
- CUDA
- CIS 565
- This is my
- The good part: I implemented basic materials with diffuse textures. The bad part: It revealed an error in my kd tree implementation.
- This is my
Detailed Analysis of Cuda Ray Tracer
CUDA I tried creating a custom The code implements a simple sphere rendering
Demo of the final project I did for my parallel programming course in Fall 2018. For more information, see ...
We hope this detailed breakdown of Cuda Ray Tracer was helpful.