armory/Shaders/ssr_pass/ssr_pass.json
2016-12-13 01:09:17 +01:00

29 lines
537 B
JSON
Executable file

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