A path tracing implementation based on the OptiX SDK sample.
- CUDA Toolkit 8.0 or above
- OptiX Ray Tracing Engine 4.1.1
- Visual Studio 2015 or Visual Studio 2017 with VS2015 MSVC v140 Toolset
-
Use CMake to build the project. Select "Visual Studio 14 2015 Win64" or "Visual Studio 15 2017 Win64" as the generator for the project.
-
In case you use Visual Studio 2017, select all projects, open the properties dialog and change the "Platform Toolset" to Visual Studio 2015 (v140).
-
Build the solution.
-
Reload the Solution if prompt. Goto step 2 until all projects succeed.