Simple raytracing program with BVH and threading
The program takes in one argument specifying the location of the model file.
For example:
./Raytracing input1.scn
Here are some sample images produced by this program.
For some of the largest input files the usage of BVH and threading can give up to 1000x acceleration over simple compiler optimization (-O3)
The input file format is specific for this program and can be found in input/SceneFile.pdf along with some input files for testing
This program is made for my auditing of CSCI 5607 in the University of Minnesota



