File size: 570 Bytes
50e8c29 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | {
"variant_map": {
"mat1": "metal_3",
"mat2": "plastic_2"
},
"used_materials": {
"mat1": {
"material": "metal_3",
"material_family": "metal",
"label_id": 4
},
"mat2": {
"material": "plastic_2",
"material_family": "plastic",
"label_id": 5
}
},
"render_summary": {
"resolution": {
"width": 512,
"height": 512
},
"samples": 32,
"output_structure": [
"albedo",
"images",
"depth",
"ORM",
"normal_mat",
"normal_obj",
"label"
]
}
} |