Sun light direction fix

This commit is contained in:
MihailRis
2023-12-19 20:35:17 +03:00
parent c9db1acd91
commit bcfdc55277
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ class BlocksRenderer {
const glm::ivec3& axisY,
const glm::ivec3& axisZ);
void vertex(const glm::vec3& coord, float u, float v,
void vertex(const glm::vec3& coord,
float u, float v,
const glm::vec4& brightness,
const glm::ivec3& axisX,
const glm::ivec3& axisY,