/raytracing.cuda

Ray Tracing implemented with CUDA

Primary LanguageC++

Ray Tracing

Introduction

This is the CUDA implementation of ray-tracing algorithm. The project was initially inspired by Ray Tracing In One Weekend/The Next Week

How to run

cd build
cmake ../
make
./Raytracing

Rendering results

A low resolution result for mesh rendering:

Todo List

  • Finish the basic functionality
  • Load arbitrary model and rendering
    • Rendering triangles
    • Rendering mesh
  • Load scene from xml file
  • Importance sampling