This commit is contained in:
Daniel Ledda
2025-02-17 14:13:22 +01:00
parent a89ef8ddde
commit 95b781a4b9
14 changed files with 5609 additions and 326 deletions

View File

@@ -6,7 +6,6 @@ layout (location = 2) in vec3 a_normal;
uniform mat4 model;
uniform mat4 view;
uniform mat4 projection;
uniform vec3 light_pos;
out vec3 normal;
out vec3 frag_position;