- choose NONE in the Accelerator structure that can be found in the begining of the main.cpp file
- Grid acceleration: choose GRID_ACC in the Accelerator structure that can be found in the begining of the main.cpp file
- BVH acceleration: choose BVH_ACC in the Accelerator structure that can be found in the begining of the main.cpp file
-
Enable/Disable Antialiasing: set bool variable withAntialiasing(in main.cpp) to true or false
-
Enable/Disable Soft Shadows: set bool variable softShadows(in main.cpp) to true or false
-
Enable/Disable Fuzzy Reflections: set bool variable fuzzyReflections(in main.cpp) to true or false
-
Choose Max Depth of recursion of reflections/refractions: change MAX_DEPTH macro(in main.cpp)
-
Choose number of SPP(samples per pixel): change SPP macro(in main.cpp)