X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FBlockMesh.hpp;h=ff41df915dfd2a2e7542d14266df3313c99ab005;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=534299233a2cc5d6eae9f5aa47b117246acc3d4c;hpb=efc3c1ba52cbe0fc9a4010c37c2d7c7020a0b481;p=blank.git diff --git a/src/graphics/BlockMesh.hpp b/src/graphics/BlockMesh.hpp index 5342992..ff41df9 100644 --- a/src/graphics/BlockMesh.hpp +++ b/src/graphics/BlockMesh.hpp @@ -1,11 +1,11 @@ #ifndef BLANK_GRAPHICS_BLOCKMESH_HPP_ #define BLANK_GRAPHICS_BLOCKMESH_HPP_ +#include "glm.hpp" #include "VertexArray.hpp" #include #include -#include namespace blank { @@ -15,7 +15,7 @@ class BlockMesh { public: using Position = glm::vec3; using TexCoord = glm::vec3; - using ColorMod = glm::tvec3; + using ColorMod = TVEC3; using Light = float; using Index = unsigned int;