CSE167 Fall 2017 - Project 2 Student: Jip Boesenkool
Build instructions:
1.mac/linux Open up terminal
2.windows Open up cmd
2. Navigate to root project folder
3. git submodule init
4. git submodule Update
5. mkdir build
6. cd build
7.mac/linux cmake ..
7.windows cmake -G "Visual Studio 15 2017 Win64" ..
8.mac/linux make
8.windows open up .sln project and build/run project
TODO: Refactor oglrenderer/model so it can be used by other APIs (Vulcan, DirectX)