Textures_factory/example/material_list.json

30 lines
839 B
JSON

[
{
"name":"texture_factory_test_preset0",
"description":"Texture factory testing material",
"type":"bhonr",
"format":"10,10",
"destination_1024":["build/export/project_A"],
"destination_512":["build/export/project_B_512"],
"destination_256":[""]
},
{
"name":"texture_factory_test2_preset0",
"description":"Texture factory testing material number 2",
"type":"bhonr",
"format":"10,9",
"destination_1024":["build/export/project_C"],
"destination_512":[""],
"destination_256":["build/export/project_D_256"]
},
{
"name":"texture_factory_test3_preset0",
"description":"Texture factory testing material number 3",
"type":"bhonr",
"format":"9,10",
"destination_1024":["build/export/project_E"],
"destination_512":["build/export/project_F_512"],
"destination_256":["build/export/project_G_256"]
}
]