Functioning basic renderer for models

This commit is contained in:
viktorljung
2015-12-01 14:07:10 +01:00
parent 1fdf312af4
commit 04d10bf7af
7 changed files with 95 additions and 17 deletions
+2 -12
View File
@@ -1,17 +1,7 @@
#include <string>
#include "../Core/Util/Logging.h"
// OpenGL
#include <GL/glew.h>
#define GLFW_INCLUDE_GLU
#include <GLFW/glfw3.h>
#include <glext.h>
#include "Util/GLError.h"
#include "../Common.h"
#include "../OpenGL.h"
#include <fstream>
#include <vector>
class Shader
{