A multithreaded ray tracer written in Rust.
The following command line arguments must be passed to rayblaster:
-o,--outputThe path to store the render image to-s,--sceneThe scene to render-w,--widthThe width of the output image-h,--heightThe height of the output image-f,--fovThe FOV of the output image
The following command line arguments may be passed to rayblaster:
-t,--threadsThe number of worker threads to spawn (defaults to the number of CPUs)
