RayTracing
A program that implements ray-tracing rendering technique
Run
cmake −DCMAKE_BUILD_TYPE=Release
make run
make clean
Flags
-threads n
- Number of threads
-out path
- Path to a result file
-scene n
- Scene number
-smooth n
- Anti-aliasing value
What's new
- Added backgrounds
- Optimized performance
- Added new objects
- Created 3 example scenes
- Fixed cmake issues