more lighting

This commit is contained in:
Claire Schwarzer 2026-02-08 04:48:42 +01:00
parent 16b674efc1
commit 79fa59c3aa
5 changed files with 89 additions and 27 deletions

View file

@ -0,0 +1,6 @@
#version 330 core
out vec4 FragColor;
void main() {
FragColor = vec4(1.0);
}