Have framebuffer mostly working, but light calculations are not there.
This commit is contained in:
parent
ea80851450
commit
27e34a18c9
5 changed files with 50 additions and 19 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue