An implementation of the book Ray Tracing: The Rest of Your Life.
The implementation(s) to the prequels are available:
Regular Estimate of Pi = 3.141760600000
Stratified Estimate of Pi = 3.141593920000
Using random sampling techniques to approximate pi.
Common functions and classes are refactored into the raytrace library and the GraphicsMath project.
Doxygen documentation based on the latest state of master, hosted by GitHub Pages.
A convenience build script is provided, for building all targets, and optionally installing to a location:
./build.sh <OPTIONAL_INSTALL_LOCATION>
>= CMake-3.17
C++17
doxygen
andgraphviz
(optional for documentation)
master | |
---|---|
macOS-10.14 |