This is the CUDA implementation of ray-tracing algorithm. The project was initially inspired by Ray Tracing In One Weekend/The Next Week
cd build
cmake ../
make
./Raytracing
A low resolution result for mesh rendering:
- Finish the basic functionality
- Load arbitrary model and rendering
- Rendering triangles
- Rendering mesh
- Load scene from xml file
- Importance sampling