Project to implement subsurface scattering using screen space calculations.
mkdir build
cd build
cmake ..
cmake --build ././SSSS./clean.sh # Creates a new build directory and cleans the cmake configurations../start.sh # Builds and starts the SSSS program../cleanstart.sh # Does all of the above.Add the -l or --log flag for CMake log outputs.
TODO readme:
- Write about ASSIMP and other submodules used.