44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"recipe_id": "living_room_modern",
|
|
"name": "Modern Living Room",
|
|
"description": "Contemporary living room with sofa, coffee table, and TV setup",
|
|
"template": "Template_Interior",
|
|
"room_dimensions": {"x": 600, "y": 500, "z": 280},
|
|
"components": [
|
|
{
|
|
"asset": "furniture_sofa_modern_3seat",
|
|
"position": "center",
|
|
"facing": "focal_point",
|
|
"offset": [0, -100, 0]
|
|
},
|
|
{
|
|
"asset": "furniture_table_coffee_rect",
|
|
"position": "in_front_of:sofa",
|
|
"offset": [0, 80, 0]
|
|
},
|
|
{
|
|
"asset": "electronics_tv_65inch",
|
|
"position": "wall:opposite_sofa",
|
|
"mount": "wall",
|
|
"height": 120
|
|
},
|
|
{
|
|
"asset": "furniture_lamp_floor_arc",
|
|
"position": "beside:sofa",
|
|
"side": "left"
|
|
},
|
|
{
|
|
"asset": "decor_plant_potted_large",
|
|
"position": "corner",
|
|
"corner": "back_right"
|
|
},
|
|
{
|
|
"asset": "decor_rug_modern_rect",
|
|
"position": "under:coffee_table",
|
|
"scale": 1.5
|
|
}
|
|
],
|
|
"lighting_preset": "Interior_Evening",
|
|
"post_preset": "PP_Warm"
|
|
}
|