I am referencing the following books:
- An Introduction to Ray Tracer by Andrew Glassner. Available at https://archive.org/details/AnIntroductionToRayTracing_201902
- Ray Tracing from the Ground Up by Kevin Suffern.
- The Ray Tracer Challenge by Jamis Buck.
> mkdir build
> cd build
> cmake ../
> cmake --build .
> cd build
> ctest
cmake
version3.10
or greater.cppcheck
(latest).googletest
included in the repository as a submodule. Use--recursive
flag while cloning to download the correct version.