armory/Shaders/debug_normals/debug_normals.json
2017-12-20 15:37:58 +01:00

29 lines
515 B
JSON
Executable file

{
"contexts": [
{
"name": "debug_normals",
"depth_write": false,
"color_write_alpha": false,
"compare_mode": "always",
"cull_mode": "none",
"links": [
{
"name": "eye",
"link": "_cameraPosition"
},
{
"name": "eyeLook",
"link": "_cameraLook"
},
{
"name": "invVP",
"link": "_inverseViewProjectionMatrix"
}
],
"texture_params": [],
"vertex_shader": "../include/pass.vert.glsl",
"fragment_shader": "debug_normals.frag.glsl"
}
]
}