Implementation of a 3D graphics scene with OpenGL and Qt framework to dynamically make changes to the scene. Some features of this project are the application of textures, relative transformations of the bodies, lights and arc-ball motion with mouse.
In depth description of the project in the report.pdf
Install Qt - on ubuntu is enough with `sudo apt-get install qt5-default`
Decompress FreeImage - `unzip src/include/FreeImage3180.zip`
Compile FreeImage - Instructions are in the README.
Compile project - `qmake && make`
Execute `Scene.pro`