General clean up

This commit is contained in:
2024-10-15 18:56:25 +02:00
parent 3cc58e0b4b
commit 5e402d9077
17 changed files with 657 additions and 829 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ uniform mat4 model;
void main()
{
gl_Position = light_space_matrix * model * vec4(aPos, 1.0);
gl_Position = light_space_matrix * model * vec4(aPos, 1.0);
}