This project uses Qt4 and OpenGL.
It is an university project for students.
Using Octree code from https://github.com/jnphilipp/Raytracer/ [git@github.com:jnphilipp/Raytracer.git].
All rights belong to their respective owners and the university of Leipzig!
~ src/... - Source files (*.cpp, *.h)
~ docs/... - Documents like tasks, documentations, ...
~ obj/... - Object files - compiles sources (only local)
~ moc/... - moc-files (only local)
- libqt4-devel
- glew-devel
Will create the Makefile
#> qmake
Will execute the Makefile and compile everything
#> make
Will execute the CGViewer
#> ./CGViewer