X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FBlockType.hpp;h=b50169c53ee72ac033e5c1eac09b1eabd551a9cd;hb=75172fd735e34082c34b47ae7c194445b53038d9;hp=b7861e1dd24281088bdab5cbde4d594dff05b489;hpb=57d3e33b47c92d56de4007e23800d9bcdb353463;p=blank.git diff --git a/src/world/BlockType.hpp b/src/world/BlockType.hpp index b7861e1..b50169c 100644 --- a/src/world/BlockType.hpp +++ b/src/world/BlockType.hpp @@ -4,7 +4,7 @@ #include "Block.hpp" #include "../graphics/BlockMesh.hpp" #include "../graphics/EntityMesh.hpp" -#include "../graphics/OutlineMesh.hpp" +#include "../graphics/PrimitiveMesh.hpp" #include "../model/Shape.hpp" #include @@ -79,7 +79,7 @@ struct BlockType { const glm::mat4 &transform = glm::mat4(1.0f), BlockMesh::Index idx_offset = 0 ) const noexcept; - void FillOutlineMesh(OutlineMesh::Buffer &m) const noexcept; + void OutlinePrimitiveMesh(PrimitiveMesh::Buffer &) const noexcept; };