X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FChunkRenderer.hpp;h=714bb847f5655495ea979ca6cc4ca07a4b2a9063;hb=eba29c8ad489194cd1e3cd64b5f23424ad4384ef;hp=d45d0fd415f3f57f05ad209299fd0f0a7d256d4e;hpb=13e676a6e49128ebc6c63b8dd08bef51d360e8e9;p=blank.git diff --git a/src/world/ChunkRenderer.hpp b/src/world/ChunkRenderer.hpp index d45d0fd..714bb84 100644 --- a/src/world/ChunkRenderer.hpp +++ b/src/world/ChunkRenderer.hpp @@ -4,7 +4,7 @@ #include "Block.hpp" #include "Chunk.hpp" #include "../graphics/ArrayTexture.hpp" -#include "../model/BlockModel.hpp" +#include "../graphics/BlockMesh.hpp" #include @@ -12,7 +12,7 @@ namespace blank { class AssetLoader; -class BlockModel; +class BlockMesh; class ChunkIndex; class TextureIndex; class Viewport; @@ -34,7 +34,7 @@ public: private: ChunkIndex &index; - std::vector models; + std::vector models; ArrayTexture block_tex;