diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-08-05 01:40:01 +0200 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-08-05 01:40:01 +0200 |
commit | c0b81150298ce9f2f21da42f26a57fe59a93bb77 (patch) | |
tree | 15304e4c36093a5beb524e67c976a241c5c556f3 /src/RendererSectionData.hpp | |
parent | Implemented texture atlas (diff) | |
download | AltCraft-c0b81150298ce9f2f21da42f26a57fe59a93bb77.tar AltCraft-c0b81150298ce9f2f21da42f26a57fe59a93bb77.tar.gz AltCraft-c0b81150298ce9f2f21da42f26a57fe59a93bb77.tar.bz2 AltCraft-c0b81150298ce9f2f21da42f26a57fe59a93bb77.tar.lz AltCraft-c0b81150298ce9f2f21da42f26a57fe59a93bb77.tar.xz AltCraft-c0b81150298ce9f2f21da42f26a57fe59a93bb77.tar.zst AltCraft-c0b81150298ce9f2f21da42f26a57fe59a93bb77.zip |
Diffstat (limited to '')
-rw-r--r-- | src/RendererSectionData.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RendererSectionData.hpp b/src/RendererSectionData.hpp index 134eef6..a60f671 100644 --- a/src/RendererSectionData.hpp +++ b/src/RendererSectionData.hpp @@ -26,6 +26,7 @@ struct SectionsData { struct RendererSectionData { std::vector<glm::mat4> models; std::vector<glm::vec4> textures; + std::vector<float> textureLayers; std::vector<glm::vec3> colors; std::vector<glm::vec2> lights; size_t hash = 0; |