armory/raw/env_map/env_map.shader.json
2016-04-02 13:42:07 +02:00

67 lines
1,014 B
JSON
Executable file

{
"contexts": [
{
"id": "env_map",
"params": [
{
"id": "depth_write",
"value": "false"
},
{
"id": "compare_mode",
"value": "always"
},
{
"id": "cull_mode",
"value": "none"
},
{
"id": "blend_source",
"value": "blend_one"
},
{
"id": "blend_destination",
"value": "blend_zero"
},
{
"id": "stencil_mode",
"value": "always"
},
{
"id": "stencil_pass",
"value": "keep"
},
{
"id": "stencil_fail",
"value": "keep"
},
{
"id": "stencil_reference_value",
"value": 0
},
{
"id": "stencil_read_mask",
"value": 255
},
{
"id": "stencil_write_mask",
"value": 255
}
],
"links": [
{
"id": "V",
"link": "_viewMatrix"
},
{
"id": "P",
"link": "_projectionMatrix"
}
],
"texture_params": [],
"vertex_shader": "env_map.vert.glsl",
"fragment_shader": "env_map.frag.glsl"
}
]
}