69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"$schema": "./recipe.schema.json",
|
|
"recipe_id": "living_room_modern",
|
|
"name": "Modern Living Room",
|
|
"description": "Contemporary living room with sofa, coffee table, TV, and accent lighting",
|
|
"category": "interior",
|
|
"template_map": "Template_Interior",
|
|
"components": [
|
|
{
|
|
"asset": "sofa_modern_3seat",
|
|
"position": "center",
|
|
"facing": "focal_point",
|
|
"placement": "floor"
|
|
},
|
|
{
|
|
"asset": "coffee_table_rect_glass",
|
|
"position": "in_front_of:sofa_modern_3seat",
|
|
"offset": [0, 100, 0],
|
|
"placement": "floor"
|
|
},
|
|
{
|
|
"asset": "tv_65inch_mounted",
|
|
"position": "wall:opposite_sofa",
|
|
"offset": [0, 0, 120],
|
|
"placement": "wall",
|
|
"facing": "sofa_modern_3seat"
|
|
},
|
|
{
|
|
"asset": "tv_stand_modern",
|
|
"position": "below:tv_65inch_mounted",
|
|
"placement": "floor"
|
|
},
|
|
{
|
|
"asset": "floor_lamp_arc",
|
|
"position": "beside:sofa_modern_3seat",
|
|
"offset": [-50, 0, 0],
|
|
"placement": "floor"
|
|
},
|
|
{
|
|
"asset": "side_table_round",
|
|
"position": "beside:sofa_modern_3seat",
|
|
"offset": [50, 0, 0],
|
|
"placement": "floor"
|
|
},
|
|
{
|
|
"asset": "plant_potted_fiddle",
|
|
"position": "corner:back_left",
|
|
"placement": "floor",
|
|
"optional": true
|
|
},
|
|
{
|
|
"asset": "rug_modern_geometric",
|
|
"position": "under:coffee_table_rect_glass",
|
|
"placement": "floor",
|
|
"optional": true
|
|
},
|
|
{
|
|
"asset": "book_stack_decorative",
|
|
"position": "on:coffee_table_rect_glass",
|
|
"placement": "surface",
|
|
"optional": true
|
|
}
|
|
],
|
|
"lighting_preset": "Interior_Evening",
|
|
"post_preset": "PP_Warm",
|
|
"camera_preset": "Interior_Wide",
|
|
"tags": ["living room", "modern", "contemporary", "interior", "home"]
|
|
}
|