update dependencies

This commit is contained in:
2023-05-29 20:58:47 +02:00
parent 527a1ef0c7
commit 12647bd5e7
8 changed files with 180 additions and 104 deletions

View File

@@ -92,7 +92,7 @@ void fragment() {
);
}
void light() {
/*void light() {
DIFFUSE_LIGHT =project(
tex_diffuse,
tex_diffuse_projection,
@@ -102,4 +102,4 @@ void light() {
tex_diffuse_projection_world_coords,
UV
);
}
}*/