armory/Assets/material_resource.json
2016-02-07 23:03:52 +01:00

34 lines
876 B
JSON

{
"material_resources": [
{
"id": "material1",
"shader": "env_map/env_map",
"cast_shadow": true,
"contexts": [
{
"id": "env_map",
"bind_constants": [],
"bind_textures": [
{
"id": "envmap",
"name": "envmap"
}
]
}
]
},
{
"id": "material_deferred",
"shader": "deferred_pass_resource/deferred_pass",
"cast_shadow": true,
"contexts": [
{
"id": "deferred_pass",
"bind_constants": [],
"bind_textures": []
}
]
}
]
}