decoupled assimp from mesh.h

This commit is contained in:
Galfatron
2017-11-27 20:16:05 -08:00
parent 56dfb32615
commit 2178776423
2 changed files with 3 additions and 5 deletions

View File

@@ -3,8 +3,6 @@
#include <glad/glad.h> // holds all OpenGL type declarations
#include <assimp/Importer.hpp>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
@@ -33,7 +31,7 @@ struct Vertex {
struct Texture {
unsigned int id;
string type;
aiString path;
string path;
};
class Mesh {