2D rendering (big feature)

This commit is contained in:
Halbear 2026-08-14 22:22:03 +01:00
parent 6d7ea4ebc5
commit 5a05b9d65e
21 changed files with 1075 additions and 22 deletions

View file

@ -153,5 +153,5 @@ void main() {
outFragColor = vec4(albedo,1.0f);
return;
}
// outFragColor = vec4(normal, 1.0f);
}