]> git.localhorst.tv Git - blank.git/blobdiff - src/world/BlockType.hpp
renamed OutlineMesh -> PrimitiveMesh
[blank.git] / src / world / BlockType.hpp
index b7861e1dd24281088bdab5cbde4d594dff05b489..b50169c53ee72ac033e5c1eac09b1eabd551a9cd 100644 (file)
@@ -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 <glm/glm.hpp>
@@ -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;
 
 };