78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
{
|
|
"$schema": "./recipe.schema.json",
|
|
"recipe_id": "office_corporate",
|
|
"name": "Corporate Office",
|
|
"description": "Professional office space with desk, computer, and meeting area",
|
|
"category": "interior",
|
|
"template_map": "Template_Interior",
|
|
"components": [
|
|
{
|
|
"asset": "desk_executive",
|
|
"position": "center_back",
|
|
"facing": "camera",
|
|
"placement": "floor"
|
|
},
|
|
{
|
|
"asset": "chair_office_executive",
|
|
"position": "behind:desk_executive",
|
|
"facing": "camera",
|
|
"placement": "floor"
|
|
},
|
|
{
|
|
"asset": "monitor_27inch",
|
|
"position": "on:desk_executive",
|
|
"offset": [0, -20, 0],
|
|
"placement": "surface"
|
|
},
|
|
{
|
|
"asset": "keyboard_wireless",
|
|
"position": "on:desk_executive",
|
|
"offset": [0, 20, 0],
|
|
"placement": "surface"
|
|
},
|
|
{
|
|
"asset": "mouse_wireless",
|
|
"position": "on:desk_executive",
|
|
"offset": [30, 20, 0],
|
|
"placement": "surface"
|
|
},
|
|
{
|
|
"asset": "phone_desk",
|
|
"position": "on:desk_executive",
|
|
"offset": [-40, 10, 0],
|
|
"placement": "surface",
|
|
"optional": true
|
|
},
|
|
{
|
|
"asset": "chair_guest",
|
|
"position": "in_front_of:desk_executive",
|
|
"offset": [-60, 150, 0],
|
|
"facing": "desk_executive",
|
|
"placement": "floor"
|
|
},
|
|
{
|
|
"asset": "chair_guest",
|
|
"position": "in_front_of:desk_executive",
|
|
"offset": [60, 150, 0],
|
|
"facing": "desk_executive",
|
|
"placement": "floor"
|
|
},
|
|
{
|
|
"asset": "bookshelf_modern",
|
|
"position": "wall:left",
|
|
"placement": "floor",
|
|
"optional": true
|
|
},
|
|
{
|
|
"asset": "plant_potted_snake",
|
|
"position": "corner:back_right",
|
|
"placement": "floor",
|
|
"optional": true
|
|
}
|
|
],
|
|
"lighting_preset": "Interior_Office",
|
|
"post_preset": "PP_Neutral",
|
|
"camera_preset": "Interior_Medium",
|
|
"tags": ["office", "corporate", "business", "professional", "desk", "workspace"]
|
|
}
|