X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FEntityMesh.hpp;h=cdb7ed2515cb743d478e29fc52f3d499d05395bb;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=58b29e51f7726fa078b8036443e857a587c25730;hpb=efc3c1ba52cbe0fc9a4010c37c2d7c7020a0b481;p=blank.git diff --git a/src/graphics/EntityMesh.hpp b/src/graphics/EntityMesh.hpp index 58b29e5..cdb7ed2 100644 --- a/src/graphics/EntityMesh.hpp +++ b/src/graphics/EntityMesh.hpp @@ -1,11 +1,11 @@ #ifndef BLANK_GRAPHICS_ENTITYMESH_HPP_ #define BLANK_GRAPHICS_ENTITYMESH_HPP_ +#include "glm.hpp" #include "VertexArray.hpp" #include #include -#include namespace blank { @@ -15,7 +15,7 @@ class EntityMesh { public: using Position = glm::vec3; using TexCoord = glm::vec3; - using ColorMod = glm::tvec3; + using ColorMod = TVEC3; using Normal = glm::vec3; using Index = unsigned int;