Skip to content

apardyl/raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

157 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raytracer

Whitted ray tracing in CUDA

Building

CMake

Setting the compiler version for CUDA explicitly may be needed as CUDA 9 does not support GCC 7. The following CMake option may be added to achieve that:

-DCUDA_NVCC_FLAGS="-ccbin /usr/bin/gcc-6"

Visual Studio

Open solution in Visual Studio 2015 or newer, Nvidia CUDA plugin is required. If prompted to update the toolset settings - decline.

About

Whitted ray tracing in OpenMP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors