armory/raw/ssr_pass/ssr_pass.shader.json
2016-08-25 00:26:01 +02:00

38 lines
604 B
JSON
Executable file

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