Continuation of ModelLoader with VTK & Qt powered model visualisation software. This software has the capability to load STL files and the proprietary model format parsed in ModelLoader and view them.
Documentation can be found here.
mkdir build
cd build
cmake ..
make -jN # N specifies number of threads to make withDocumentation can be generated by running:
doxygen DoxyfileThis can be found in the build/html folder.
Program can be run by using this command:
./ModelViewerUnit tests can be run by using:
make test