Add 3 example houses: small apartment, modern loft, large villa
- Small apartment (60sqm): 5 rooms, single floor compact city layout - Modern loft (80sqm): 6 rooms, open-plan living with high ceilings - Large villa (300sqm): 15 rooms across 2 floors with luxury finishes Each house includes both structure definition and furnished design with realistic furniture placement using the existing catalog.
This commit is contained in:
761
designs/villa-large-design.json
Normal file
761
designs/villa-large-design.json
Normal file
@@ -0,0 +1,761 @@
|
||||
{
|
||||
"name": "Villa Sonnenhügel Einrichtung",
|
||||
"description": "Luxurious furnished villa with premium furnishings throughout",
|
||||
"houseFile": "data/villa-large.json",
|
||||
"catalogFile": "data/furniture-catalog.json",
|
||||
"coordinateSystem": {
|
||||
"description": "Positions are in room-local coordinates",
|
||||
"x": "Along room width: 0 = west wall, max = east wall",
|
||||
"z": "Along room length: 0 = south wall, max = north wall",
|
||||
"rotation": "Degrees around Y axis. 0 = front faces north, 90 = east, 180 = south, 270 = west"
|
||||
},
|
||||
"rooms": [
|
||||
{
|
||||
"roomId": "eg-foyer",
|
||||
"name": "Foyer (Grand Foyer)",
|
||||
"dimensions": { "width": 2.5, "length": 11.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "console-table",
|
||||
"position": { "x": 0.15, "z": 2.0 },
|
||||
"rotation": 90,
|
||||
"note": "Against west wall, near entrance"
|
||||
},
|
||||
{
|
||||
"catalogId": "mirror-hall",
|
||||
"position": { "x": 0.02, "y": 1.5, "z": 2.0 },
|
||||
"rotation": 90,
|
||||
"wallMounted": true,
|
||||
"note": "Above console table on west wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "shoe-cabinet",
|
||||
"position": { "x": 2.325, "z": 1.5 },
|
||||
"rotation": 270,
|
||||
"note": "Against east wall near entry"
|
||||
},
|
||||
{
|
||||
"catalogId": "coat-rack",
|
||||
"position": { "x": 2.35, "z": 8.5 },
|
||||
"rotation": 270,
|
||||
"note": "Against east wall, north section"
|
||||
},
|
||||
{
|
||||
"catalogId": "plant-large",
|
||||
"position": { "x": 0.3, "z": 9.0 },
|
||||
"rotation": 0,
|
||||
"note": "Northwest corner near garden door"
|
||||
},
|
||||
{
|
||||
"catalogId": "rug-large",
|
||||
"position": { "x": 1.25, "z": 1.5 },
|
||||
"rotation": 0,
|
||||
"note": "Entry area rug"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "eg-kueche",
|
||||
"name": "Küche (Kitchen)",
|
||||
"dimensions": { "width": 5.5, "length": 5.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "kitchen-counter",
|
||||
"position": { "x": 1.5, "z": 0.3 },
|
||||
"rotation": 0,
|
||||
"note": "Along south wall under windows"
|
||||
},
|
||||
{
|
||||
"catalogId": "kitchen-wall-cabinet",
|
||||
"position": { "x": 1.5, "y": 1.65, "z": 0.175 },
|
||||
"rotation": 0,
|
||||
"wallMounted": true,
|
||||
"note": "Above counter on south wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "kitchen-counter",
|
||||
"instanceId": "counter-west",
|
||||
"position": { "x": 0.3, "z": 2.5 },
|
||||
"rotation": 90,
|
||||
"note": "Along west wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "fridge",
|
||||
"position": { "x": 0.325, "z": 4.675 },
|
||||
"rotation": 180,
|
||||
"note": "Against north wall, west corner"
|
||||
},
|
||||
{
|
||||
"catalogId": "kitchen-island",
|
||||
"position": { "x": 3.0, "z": 2.5 },
|
||||
"rotation": 0,
|
||||
"note": "Large central island"
|
||||
},
|
||||
{
|
||||
"catalogId": "dining-chair",
|
||||
"instanceId": "bar-1",
|
||||
"position": { "x": 2.4, "z": 2.5 },
|
||||
"rotation": 90,
|
||||
"note": "Bar stool at island"
|
||||
},
|
||||
{
|
||||
"catalogId": "dining-chair",
|
||||
"instanceId": "bar-2",
|
||||
"position": { "x": 3.6, "z": 2.5 },
|
||||
"rotation": 270,
|
||||
"note": "Bar stool at island"
|
||||
},
|
||||
{
|
||||
"catalogId": "plant-small",
|
||||
"position": { "x": 5.2, "z": 4.7 },
|
||||
"rotation": 0,
|
||||
"note": "Northeast corner"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "eg-wohnzimmer",
|
||||
"name": "Wohnzimmer (Living Room)",
|
||||
"dimensions": { "width": 5.5, "length": 6.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "sofa-3seat",
|
||||
"position": { "x": 2.75, "z": 3.5 },
|
||||
"rotation": 180,
|
||||
"note": "Centered, facing south"
|
||||
},
|
||||
{
|
||||
"catalogId": "sofa-2seat",
|
||||
"position": { "x": 0.5, "z": 2.0 },
|
||||
"rotation": 90,
|
||||
"note": "Perpendicular to main sofa, facing east"
|
||||
},
|
||||
{
|
||||
"catalogId": "armchair",
|
||||
"position": { "x": 5.0, "z": 2.0 },
|
||||
"rotation": 270,
|
||||
"note": "Facing west, opposite loveseat"
|
||||
},
|
||||
{
|
||||
"catalogId": "coffee-table",
|
||||
"position": { "x": 2.75, "z": 2.2 },
|
||||
"rotation": 0,
|
||||
"note": "Center of seating area"
|
||||
},
|
||||
{
|
||||
"catalogId": "tv-stand",
|
||||
"position": { "x": 2.75, "z": 0.225 },
|
||||
"rotation": 0,
|
||||
"note": "Against south wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "tv",
|
||||
"position": { "x": 2.75, "z": 0.225 },
|
||||
"rotation": 0,
|
||||
"note": "On TV stand"
|
||||
},
|
||||
{
|
||||
"catalogId": "bookshelf",
|
||||
"instanceId": "shelf-1",
|
||||
"position": { "x": 5.35, "z": 3.5 },
|
||||
"rotation": 270,
|
||||
"note": "Against east wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "bookshelf",
|
||||
"instanceId": "shelf-2",
|
||||
"position": { "x": 5.35, "z": 4.5 },
|
||||
"rotation": 270,
|
||||
"note": "Against east wall, next to first shelf"
|
||||
},
|
||||
{
|
||||
"catalogId": "sideboard",
|
||||
"position": { "x": 0.2, "z": 4.0 },
|
||||
"rotation": 90,
|
||||
"note": "Against west wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "rug-large",
|
||||
"position": { "x": 2.75, "z": 2.5 },
|
||||
"rotation": 0,
|
||||
"note": "Under seating area"
|
||||
},
|
||||
{
|
||||
"catalogId": "floor-lamp",
|
||||
"position": { "x": 0.3, "z": 3.8 },
|
||||
"rotation": 0,
|
||||
"note": "Next to loveseat"
|
||||
},
|
||||
{
|
||||
"catalogId": "floor-lamp",
|
||||
"instanceId": "lamp-2",
|
||||
"position": { "x": 5.2, "z": 3.8 },
|
||||
"rotation": 0,
|
||||
"note": "Next to armchair"
|
||||
},
|
||||
{
|
||||
"catalogId": "plant-large",
|
||||
"position": { "x": 0.3, "z": 5.7 },
|
||||
"rotation": 0,
|
||||
"note": "Northwest corner near window"
|
||||
},
|
||||
{
|
||||
"catalogId": "plant-large",
|
||||
"instanceId": "plant-2",
|
||||
"position": { "x": 5.2, "z": 5.7 },
|
||||
"rotation": 0,
|
||||
"note": "Northeast corner near window"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "eg-gaeste-wc",
|
||||
"name": "Gäste-WC (Guest WC)",
|
||||
"dimensions": { "width": 2.5, "length": 2.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "toilet",
|
||||
"position": { "x": 2.175, "z": 1.0 },
|
||||
"rotation": 270,
|
||||
"note": "Against east wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "sink-bathroom",
|
||||
"position": { "x": 1.0, "z": 1.775 },
|
||||
"rotation": 180,
|
||||
"note": "Against north wall"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "eg-hwr",
|
||||
"name": "Hauswirtschaftsraum (Utility Room)",
|
||||
"dimensions": { "width": 2.5, "length": 2.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "washing-machine",
|
||||
"position": { "x": 0.3, "z": 0.3 },
|
||||
"rotation": 0,
|
||||
"note": "Against south wall"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "eg-arbeitszimmer",
|
||||
"name": "Arbeitszimmer (Home Office / Library)",
|
||||
"dimensions": { "width": 5.0, "length": 4.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "desk",
|
||||
"position": { "x": 3.5, "z": 0.35 },
|
||||
"rotation": 180,
|
||||
"note": "Facing south toward east wall window area"
|
||||
},
|
||||
{
|
||||
"catalogId": "office-chair",
|
||||
"position": { "x": 3.5, "z": 1.1 },
|
||||
"rotation": 180,
|
||||
"note": "At desk"
|
||||
},
|
||||
{
|
||||
"catalogId": "desk-lamp",
|
||||
"position": { "x": 4.0, "z": 0.35 },
|
||||
"rotation": 0,
|
||||
"note": "On desk"
|
||||
},
|
||||
{
|
||||
"catalogId": "bookshelf",
|
||||
"instanceId": "lib-shelf-1",
|
||||
"position": { "x": 0.15, "z": 1.0 },
|
||||
"rotation": 90,
|
||||
"note": "Against west wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "bookshelf",
|
||||
"instanceId": "lib-shelf-2",
|
||||
"position": { "x": 0.15, "z": 2.0 },
|
||||
"rotation": 90,
|
||||
"note": "Against west wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "bookshelf",
|
||||
"instanceId": "lib-shelf-3",
|
||||
"position": { "x": 0.15, "z": 3.0 },
|
||||
"rotation": 90,
|
||||
"note": "Against west wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "sofa-2seat",
|
||||
"position": { "x": 2.5, "z": 3.575 },
|
||||
"rotation": 180,
|
||||
"note": "Against north wall for reading"
|
||||
},
|
||||
{
|
||||
"catalogId": "floor-lamp",
|
||||
"position": { "x": 1.5, "z": 3.5 },
|
||||
"rotation": 0,
|
||||
"note": "Next to sofa for reading"
|
||||
},
|
||||
{
|
||||
"catalogId": "coffee-table",
|
||||
"position": { "x": 2.5, "z": 2.5 },
|
||||
"rotation": 0,
|
||||
"note": "In front of sofa"
|
||||
},
|
||||
{
|
||||
"catalogId": "plant-large",
|
||||
"position": { "x": 4.7, "z": 3.7 },
|
||||
"rotation": 0,
|
||||
"note": "Northeast corner"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "eg-esszimmer",
|
||||
"name": "Esszimmer (Dining Room)",
|
||||
"dimensions": { "width": 5.0, "length": 5.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "dining-table",
|
||||
"position": { "x": 2.5, "z": 2.5 },
|
||||
"rotation": 0,
|
||||
"note": "Centered in room"
|
||||
},
|
||||
{
|
||||
"catalogId": "dining-chair",
|
||||
"instanceId": "dc-n1",
|
||||
"position": { "x": 1.9, "z": 3.25 },
|
||||
"rotation": 180,
|
||||
"note": "North side, left"
|
||||
},
|
||||
{
|
||||
"catalogId": "dining-chair",
|
||||
"instanceId": "dc-n2",
|
||||
"position": { "x": 3.1, "z": 3.25 },
|
||||
"rotation": 180,
|
||||
"note": "North side, right"
|
||||
},
|
||||
{
|
||||
"catalogId": "dining-chair",
|
||||
"instanceId": "dc-s1",
|
||||
"position": { "x": 1.9, "z": 1.75 },
|
||||
"rotation": 0,
|
||||
"note": "South side, left"
|
||||
},
|
||||
{
|
||||
"catalogId": "dining-chair",
|
||||
"instanceId": "dc-s2",
|
||||
"position": { "x": 3.1, "z": 1.75 },
|
||||
"rotation": 0,
|
||||
"note": "South side, right"
|
||||
},
|
||||
{
|
||||
"catalogId": "dining-chair",
|
||||
"instanceId": "dc-w",
|
||||
"position": { "x": 1.2, "z": 2.5 },
|
||||
"rotation": 90,
|
||||
"note": "West end"
|
||||
},
|
||||
{
|
||||
"catalogId": "dining-chair",
|
||||
"instanceId": "dc-e",
|
||||
"position": { "x": 3.8, "z": 2.5 },
|
||||
"rotation": 270,
|
||||
"note": "East end"
|
||||
},
|
||||
{
|
||||
"catalogId": "dining-chair",
|
||||
"instanceId": "dc-n3",
|
||||
"position": { "x": 2.5, "z": 3.25 },
|
||||
"rotation": 180,
|
||||
"note": "North side, center"
|
||||
},
|
||||
{
|
||||
"catalogId": "dining-chair",
|
||||
"instanceId": "dc-s3",
|
||||
"position": { "x": 2.5, "z": 1.75 },
|
||||
"rotation": 0,
|
||||
"note": "South side, center"
|
||||
},
|
||||
{
|
||||
"catalogId": "sideboard",
|
||||
"position": { "x": 0.2, "z": 3.5 },
|
||||
"rotation": 90,
|
||||
"note": "Against west wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "sideboard",
|
||||
"instanceId": "sideboard-2",
|
||||
"position": { "x": 4.8, "z": 3.5 },
|
||||
"rotation": 270,
|
||||
"note": "Against east wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "rug-large",
|
||||
"position": { "x": 2.5, "z": 2.5 },
|
||||
"rotation": 0,
|
||||
"note": "Under dining table"
|
||||
},
|
||||
{
|
||||
"catalogId": "plant-large",
|
||||
"position": { "x": 0.3, "z": 4.7 },
|
||||
"rotation": 0,
|
||||
"note": "Northwest corner near window"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "og-flur",
|
||||
"name": "Flur OG (Upper Hallway)",
|
||||
"dimensions": { "width": 2.5, "length": 11.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "console-table",
|
||||
"position": { "x": 0.15, "z": 5.5 },
|
||||
"rotation": 90,
|
||||
"note": "Against west wall, center"
|
||||
},
|
||||
{
|
||||
"catalogId": "rug-small",
|
||||
"position": { "x": 1.25, "z": 3.0 },
|
||||
"rotation": 0,
|
||||
"note": "Hallway runner"
|
||||
},
|
||||
{
|
||||
"catalogId": "plant-small",
|
||||
"position": { "x": 2.2, "z": 5.5 },
|
||||
"rotation": 0,
|
||||
"note": "On console table area"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "og-schlafzimmer",
|
||||
"name": "Schlafzimmer (Master Suite)",
|
||||
"dimensions": { "width": 5.5, "length": 5.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "double-bed",
|
||||
"position": { "x": 2.75, "z": 3.85 },
|
||||
"rotation": 180,
|
||||
"note": "Headboard against north wall, centered"
|
||||
},
|
||||
{
|
||||
"catalogId": "nightstand",
|
||||
"instanceId": "ns-left",
|
||||
"position": { "x": 1.625, "z": 4.6 },
|
||||
"rotation": 0,
|
||||
"note": "Left side of bed"
|
||||
},
|
||||
{
|
||||
"catalogId": "nightstand",
|
||||
"instanceId": "ns-right",
|
||||
"position": { "x": 3.875, "z": 4.6 },
|
||||
"rotation": 0,
|
||||
"note": "Right side of bed"
|
||||
},
|
||||
{
|
||||
"catalogId": "armchair",
|
||||
"position": { "x": 0.5, "z": 1.5 },
|
||||
"rotation": 90,
|
||||
"note": "Reading corner"
|
||||
},
|
||||
{
|
||||
"catalogId": "floor-lamp",
|
||||
"position": { "x": 0.3, "z": 2.2 },
|
||||
"rotation": 0,
|
||||
"note": "Next to armchair"
|
||||
},
|
||||
{
|
||||
"catalogId": "rug-large",
|
||||
"position": { "x": 2.75, "z": 2.5 },
|
||||
"rotation": 0,
|
||||
"note": "Under and beside bed"
|
||||
},
|
||||
{
|
||||
"catalogId": "desk-lamp",
|
||||
"instanceId": "bedside-1",
|
||||
"position": { "x": 1.625, "z": 4.6 },
|
||||
"rotation": 0,
|
||||
"note": "On left nightstand"
|
||||
},
|
||||
{
|
||||
"catalogId": "desk-lamp",
|
||||
"instanceId": "bedside-2",
|
||||
"position": { "x": 3.875, "z": 4.6 },
|
||||
"rotation": 0,
|
||||
"note": "On right nightstand"
|
||||
},
|
||||
{
|
||||
"catalogId": "plant-large",
|
||||
"position": { "x": 5.2, "z": 4.7 },
|
||||
"rotation": 0,
|
||||
"note": "Northeast corner near window"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "og-elternbad",
|
||||
"name": "Elternbad (En-suite Bathroom)",
|
||||
"dimensions": { "width": 3.0, "length": 3.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "bathtub",
|
||||
"position": { "x": 0.375, "z": 1.5 },
|
||||
"rotation": 90,
|
||||
"note": "Against west wall, under window"
|
||||
},
|
||||
{
|
||||
"catalogId": "shower",
|
||||
"position": { "x": 2.55, "z": 0.45 },
|
||||
"rotation": 0,
|
||||
"note": "Southeast corner"
|
||||
},
|
||||
{
|
||||
"catalogId": "sink-bathroom",
|
||||
"position": { "x": 1.5, "z": 2.775 },
|
||||
"rotation": 180,
|
||||
"note": "Against north wall, centered"
|
||||
},
|
||||
{
|
||||
"catalogId": "bathroom-cabinet",
|
||||
"position": { "x": 1.5, "y": 1.5, "z": 2.9 },
|
||||
"rotation": 180,
|
||||
"wallMounted": true,
|
||||
"note": "Above sink on north wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "toilet",
|
||||
"position": { "x": 2.675, "z": 2.5 },
|
||||
"rotation": 270,
|
||||
"note": "Against east wall, north"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "og-ankleide",
|
||||
"name": "Ankleide (Walk-in Closet)",
|
||||
"dimensions": { "width": 2.5, "length": 2.5 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "wardrobe",
|
||||
"position": { "x": 0.3, "z": 1.25 },
|
||||
"rotation": 90,
|
||||
"note": "Against west wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "wardrobe",
|
||||
"instanceId": "wardrobe-2",
|
||||
"position": { "x": 2.2, "z": 1.25 },
|
||||
"rotation": 270,
|
||||
"note": "Against east wall"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "og-kinderzimmer1",
|
||||
"name": "Kinderzimmer 1 (Child's Room 1)",
|
||||
"dimensions": { "width": 5.5, "length": 3.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "single-bed",
|
||||
"position": { "x": 0.8, "z": 2.0 },
|
||||
"rotation": 180,
|
||||
"note": "Headboard against north wall, west side"
|
||||
},
|
||||
{
|
||||
"catalogId": "nightstand",
|
||||
"position": { "x": 1.55, "z": 2.7 },
|
||||
"rotation": 0,
|
||||
"note": "Right side of bed"
|
||||
},
|
||||
{
|
||||
"catalogId": "desk",
|
||||
"position": { "x": 2.5, "z": 0.35 },
|
||||
"rotation": 180,
|
||||
"note": "Against south wall facing window"
|
||||
},
|
||||
{
|
||||
"catalogId": "desk-lamp",
|
||||
"position": { "x": 3.0, "z": 0.35 },
|
||||
"rotation": 0,
|
||||
"note": "On desk"
|
||||
},
|
||||
{
|
||||
"catalogId": "kids-wardrobe",
|
||||
"position": { "x": 5.225, "z": 2.0 },
|
||||
"rotation": 270,
|
||||
"note": "Against east wall, north of door"
|
||||
},
|
||||
{
|
||||
"catalogId": "kids-shelf",
|
||||
"position": { "x": 4.0, "z": 2.85 },
|
||||
"rotation": 180,
|
||||
"note": "Against north wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "bookshelf",
|
||||
"position": { "x": 5.35, "z": 0.5 },
|
||||
"rotation": 270,
|
||||
"note": "Against east wall, south of wardrobe"
|
||||
},
|
||||
{
|
||||
"catalogId": "rug-small",
|
||||
"position": { "x": 2.75, "z": 1.5 },
|
||||
"rotation": 0,
|
||||
"note": "Center play area"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "og-kinderzimmer2",
|
||||
"name": "Kinderzimmer 2 (Child's Room 2)",
|
||||
"dimensions": { "width": 5.0, "length": 3.5 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "single-bed",
|
||||
"position": { "x": 4.0, "z": 2.5 },
|
||||
"rotation": 180,
|
||||
"note": "Headboard against north wall, east side"
|
||||
},
|
||||
{
|
||||
"catalogId": "nightstand",
|
||||
"position": { "x": 3.275, "z": 3.2 },
|
||||
"rotation": 0,
|
||||
"note": "Left side of bed"
|
||||
},
|
||||
{
|
||||
"catalogId": "desk",
|
||||
"position": { "x": 1.5, "z": 0.35 },
|
||||
"rotation": 180,
|
||||
"note": "Against south wall facing window"
|
||||
},
|
||||
{
|
||||
"catalogId": "desk-lamp",
|
||||
"position": { "x": 1.0, "z": 0.35 },
|
||||
"rotation": 0,
|
||||
"note": "On desk"
|
||||
},
|
||||
{
|
||||
"catalogId": "kids-wardrobe",
|
||||
"position": { "x": 0.275, "z": 2.0 },
|
||||
"rotation": 90,
|
||||
"note": "Against west wall, north of door"
|
||||
},
|
||||
{
|
||||
"catalogId": "kids-shelf",
|
||||
"position": { "x": 0.15, "z": 0.5 },
|
||||
"rotation": 90,
|
||||
"note": "Against west wall, south of wardrobe"
|
||||
},
|
||||
{
|
||||
"catalogId": "rug-small",
|
||||
"position": { "x": 2.5, "z": 1.75 },
|
||||
"rotation": 0,
|
||||
"note": "Center play area"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "og-badezimmer",
|
||||
"name": "Badezimmer (Family Bathroom)",
|
||||
"dimensions": { "width": 3.5, "length": 3.0 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "bathtub",
|
||||
"position": { "x": 1.5, "z": 0.375 },
|
||||
"rotation": 90,
|
||||
"note": "Along south wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "sink-bathroom",
|
||||
"position": { "x": 1.5, "z": 2.775 },
|
||||
"rotation": 180,
|
||||
"note": "Against north wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "bathroom-cabinet",
|
||||
"position": { "x": 1.5, "y": 1.5, "z": 2.9 },
|
||||
"rotation": 180,
|
||||
"wallMounted": true,
|
||||
"note": "Above sink on north wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "toilet",
|
||||
"position": { "x": 3.175, "z": 2.0 },
|
||||
"rotation": 270,
|
||||
"note": "Against east wall"
|
||||
},
|
||||
{
|
||||
"catalogId": "washing-machine",
|
||||
"position": { "x": 3.2, "z": 0.3 },
|
||||
"rotation": 0,
|
||||
"note": "Against south wall, east side"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"roomId": "og-gaestezimmer",
|
||||
"name": "Gästezimmer (Guest Suite)",
|
||||
"dimensions": { "width": 7.0, "length": 3.5 },
|
||||
"furniture": [
|
||||
{
|
||||
"catalogId": "double-bed",
|
||||
"position": { "x": 2.0, "z": 2.35 },
|
||||
"rotation": 180,
|
||||
"note": "Headboard against north wall, west portion"
|
||||
},
|
||||
{
|
||||
"catalogId": "nightstand",
|
||||
"instanceId": "guest-ns-l",
|
||||
"position": { "x": 0.875, "z": 3.1 },
|
||||
"rotation": 0,
|
||||
"note": "Left side of bed"
|
||||
},
|
||||
{
|
||||
"catalogId": "nightstand",
|
||||
"instanceId": "guest-ns-r",
|
||||
"position": { "x": 3.125, "z": 3.1 },
|
||||
"rotation": 0,
|
||||
"note": "Right side of bed"
|
||||
},
|
||||
{
|
||||
"catalogId": "wardrobe",
|
||||
"position": { "x": 5.5, "z": 0.3 },
|
||||
"rotation": 0,
|
||||
"note": "Against south wall, east portion"
|
||||
},
|
||||
{
|
||||
"catalogId": "desk",
|
||||
"position": { "x": 5.5, "z": 3.15 },
|
||||
"rotation": 180,
|
||||
"note": "Against north wall, east portion near window"
|
||||
},
|
||||
{
|
||||
"catalogId": "desk-lamp",
|
||||
"position": { "x": 6.0, "z": 3.15 },
|
||||
"rotation": 0,
|
||||
"note": "On desk"
|
||||
},
|
||||
{
|
||||
"catalogId": "armchair",
|
||||
"position": { "x": 4.5, "z": 1.5 },
|
||||
"rotation": 270,
|
||||
"note": "Reading area"
|
||||
},
|
||||
{
|
||||
"catalogId": "floor-lamp",
|
||||
"position": { "x": 4.2, "z": 2.0 },
|
||||
"rotation": 0,
|
||||
"note": "Next to armchair"
|
||||
},
|
||||
{
|
||||
"catalogId": "rug-large",
|
||||
"position": { "x": 2.0, "z": 1.75 },
|
||||
"rotation": 0,
|
||||
"note": "Under bed area"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user