Have framebuffer mostly working, but light calculations are not there.

This commit is contained in:
Zed A. Shaw 2026-09-01 13:20:58 -04:00
parent ea80851450
commit 27e34a18c9
5 changed files with 50 additions and 19 deletions

View file

@ -1,12 +1,8 @@
{
"scene": {
"shader": {
"vertex_path": "shaders/19-vert.glsl",
"frag_path": "shaders/19-frag.glsl"
},
"light_shader": {
"vertex_path": "shaders/19-vert.glsl",
"frag_path": "shaders/19-lightsource.frag.glsl"
"vertex_path": "shaders/21-framebuffers.vert.glsl",
"frag_path": "shaders/21-framebuffers.frag.glsl"
},
"screen_shader": {
"vertex_path": "shaders/21-screen.vert.glsl",