armory/Shaders/ssr_pass/ssr_pass.json
luboslenco 93cc102bf5 Faster
2018-12-06 15:23:08 +01:00

32 lines
546 B
JSON
Executable file

{
"contexts": [
{
"name": "ssr_pass",
"depth_write": false,
"compare_mode": "always",
"cull_mode": "none",
"links": [
{
"name": "P",
"link": "_projectionMatrix"
},
{
"name": "V3",
"link": "_viewMatrix3"
},
{
"name": "invP",
"link": "_inverseProjectionMatrix"
},
{
"name": "cameraProj",
"link": "_cameraPlaneProj"
}
],
"texture_params": [],
"vertex_shader": "../include/pass_viewray2.vert.glsl",
"fragment_shader": "ssr_pass.frag.glsl"
}
]
}