This commit is contained in:
Tobias Dahl
2014-03-04 15:49:35 +01:00
parent 2994c525b6
commit 54a5a7a113
4 changed files with 47 additions and 17 deletions
+2 -2
View File
@@ -22,12 +22,12 @@ class Model
{
public:
glm::vec3 Position;
std::vector<float> Colors;
std::vector<float> Vertices;
std::vector<float> Normals;
std::vector<float> TextureCoords;
GLuint Colorbuffer;
GLuint VertBuffer;
GLuint NormalBuffer;
GLuint TextureCoordBuffer;