summaryrefslogtreecommitdiffstats
path: root/src/RendererSectionData.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RendererSectionData.hpp')
-rw-r--r--src/RendererSectionData.hpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/RendererSectionData.hpp b/src/RendererSectionData.hpp
index 390200c..efc6cad 100644
--- a/src/RendererSectionData.hpp
+++ b/src/RendererSectionData.hpp
@@ -32,14 +32,11 @@ struct SectionsData {
struct VertexData {
glm::vec3 positions[4];
- glm::vec3 normal;
glm::vec2 uvs[4];
- float uvLayers;
- float animations;
+ glm::vec2 lights[4];
+ glm::vec3 normal;
glm::vec3 colors;
- glm::vec2 lights;
- float ambientOcclusion;
- uint8_t padding[4];
+ glm::vec3 layerAnimationAo; //R - uvLayer, G - animation, B - ambientOcclusion
};
struct RendererSectionData {