Project made as a part of the course Computer Graphics at Brno University of Technology. The task was to create a program capable of displaying various quadrics using raytracing. Authors: Martin Ivanco, Petr Buchal
- Make sure you have OpenCV and CMake installed
- Open up this project terminal and type ./run.sh
- ???
- Profit!
This application is based on simple-raytracer by cem (https://github.com/cem/simple-raytracer) and cvui by Dovyski (https://github.com/Dovyski/cvui)