Refractor and clean code

This commit is contained in:
Johann Granström
2020-09-24 11:41:00 +02:00
parent 6cd82e8e8a
commit 2401ee5b26
3 changed files with 36 additions and 34 deletions

View File

@@ -82,8 +82,8 @@ namespace openspace {
glm::dmat4 _transformationMatrix = glm::dmat4(1.0);
GLuint _vaoID = 0;
GLuint _vBufferID = 0;
GLuint _vertexArrayObjectID = 0;
GLuint _vertexBufferObjectID = 0;
};
}// namespace openspace