diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2017-09-03 17:45:52 +0200 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-01-13 03:39:31 +0100 |
commit | 145ba8e157f79db64203db9684af2e6ed33af075 (patch) | |
tree | ec524120eaf2dda746d662297483be51fe626367 /src/RendererSection.hpp | |
parent | 2017-08-29 (diff) | |
download | AltCraft-145ba8e157f79db64203db9684af2e6ed33af075.tar AltCraft-145ba8e157f79db64203db9684af2e6ed33af075.tar.gz AltCraft-145ba8e157f79db64203db9684af2e6ed33af075.tar.bz2 AltCraft-145ba8e157f79db64203db9684af2e6ed33af075.tar.lz AltCraft-145ba8e157f79db64203db9684af2e6ed33af075.tar.xz AltCraft-145ba8e157f79db64203db9684af2e6ed33af075.tar.zst AltCraft-145ba8e157f79db64203db9684af2e6ed33af075.zip |
Diffstat (limited to '')
-rw-r--r-- | src/RendererSection.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/RendererSection.hpp b/src/RendererSection.hpp index 12a169e..9931239 100644 --- a/src/RendererSection.hpp +++ b/src/RendererSection.hpp @@ -21,6 +21,10 @@ struct RendererSectionData { size_t hash; Vector sectionPos; + bool TestBlockExists(World *world, Vector blockPos); + + void AddFacesByBlockModel(World *world, Vector blockPos, const BlockModel &model, glm::mat4 transform, unsigned char light, unsigned char skyLight); + RendererSectionData(World *world, Vector sectionPosition); }; class RendererSection { |