mattboran / CudaRT

Photorealistic CPU or GPU (NVidia only) rendering engine written in C++/CUDA.
3 stars 0 forks source link

Sequential version for comparison #16

Closed mattboran closed 5 years ago

mattboran commented 5 years ago

This is for class only. Using the BVH testing code

mattboran commented 5 years ago

Turns out this is useful regardless. There's a few ugly artifacts in code because of using curand vs rand() causing the need for code duplication that I don't like but this can be revisited later.

PR #22