day-night loop, dynamic skybox, clock on debug panel

This commit is contained in:
MihailRis
2023-11-28 11:01:22 +03:00
parent 4a9a4ddd14
commit c08c31b0ad
24 changed files with 599 additions and 48 deletions
-10
View File
@@ -1,10 +0,0 @@
#version 330 core
in vec2 v_coord;
out vec4 f_color;
uniform sampler2D u_texture;
void main(){
f_color = texture(u_texture, v_coord);
}