Files
house-design/data/villa-large.json
m 53999728c4 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.
2026-02-07 16:38:01 +01:00

886 lines
24 KiB
JSON

{
"name": "Villa Sonnenhügel",
"description": "Large luxury villa, 2 floors, ~300sqm living space with generous rooms",
"units": "meters",
"building": {
"footprint": { "width": 15, "depth": 11 },
"wallThickness": 0.24,
"roofType": "hip"
},
"floors": [
{
"id": "eg",
"name": "Erdgeschoss",
"nameEN": "Ground Floor",
"level": 0,
"ceilingHeight": 2.8,
"rooms": [
{
"id": "eg-foyer",
"name": "Foyer",
"nameEN": "Grand Foyer",
"type": "hallway",
"position": { "x": 5.5, "y": 0 },
"dimensions": { "width": 2.5, "length": 11.0 },
"flooring": "tile",
"walls": {
"south": {
"type": "exterior",
"doors": [
{
"id": "eg-fo-d1",
"type": "entry",
"position": 0.5,
"width": 1.4,
"height": 2.4,
"connectsTo": "exterior"
}
]
},
"north": {
"type": "exterior",
"doors": [
{
"id": "eg-fo-d2",
"type": "patio",
"position": 0.5,
"width": 1.5,
"height": 2.2,
"connectsTo": "exterior"
}
]
},
"west": {
"type": "interior",
"doors": [
{
"id": "eg-fo-d3",
"type": "interior",
"position": 1.0,
"width": 0.9,
"height": 2.1,
"connectsTo": "eg-kueche"
},
{
"id": "eg-fo-d4",
"type": "open",
"position": 5.0,
"width": 1.6,
"height": 2.4,
"connectsTo": "eg-wohnzimmer"
}
]
},
"east": {
"type": "interior",
"doors": [
{
"id": "eg-fo-d5",
"type": "interior",
"position": 0.5,
"width": 0.8,
"height": 2.1,
"connectsTo": "eg-gaeste-wc"
},
{
"id": "eg-fo-d6",
"type": "interior",
"position": 2.5,
"width": 0.9,
"height": 2.1,
"connectsTo": "eg-arbeitszimmer"
},
{
"id": "eg-fo-d7",
"type": "open",
"position": 6.0,
"width": 1.4,
"height": 2.4,
"connectsTo": "eg-esszimmer"
}
]
}
}
},
{
"id": "eg-kueche",
"name": "Küche",
"nameEN": "Kitchen",
"type": "kitchen",
"position": { "x": 0, "y": 0 },
"dimensions": { "width": 5.5, "length": 5.0 },
"flooring": "tile",
"walls": {
"south": {
"type": "exterior",
"windows": [
{
"id": "eg-ku-w1",
"type": "casement",
"position": 1.5,
"width": 1.4,
"height": 1.2,
"sillHeight": 0.9
},
{
"id": "eg-ku-w2",
"type": "casement",
"position": 3.5,
"width": 1.4,
"height": 1.2,
"sillHeight": 0.9
}
]
},
"north": {
"type": "interior"
},
"west": {
"type": "exterior",
"windows": [
{
"id": "eg-ku-w3",
"type": "casement",
"position": 2.0,
"width": 1.2,
"height": 1.2,
"sillHeight": 0.9
}
]
},
"east": {
"type": "interior",
"doors": [
{
"id": "eg-ku-d1",
"type": "interior",
"position": 1.0,
"width": 0.9,
"height": 2.1,
"connectsTo": "eg-foyer"
}
]
}
}
},
{
"id": "eg-wohnzimmer",
"name": "Wohnzimmer",
"nameEN": "Living Room",
"type": "living",
"position": { "x": 0, "y": 5.0 },
"dimensions": { "width": 5.5, "length": 6.0 },
"flooring": "hardwood",
"walls": {
"south": {
"type": "interior"
},
"north": {
"type": "exterior",
"windows": [
{
"id": "eg-wz-w1",
"type": "fixed",
"position": 0.5,
"width": 2.0,
"height": 1.8,
"sillHeight": 0.4
},
{
"id": "eg-wz-w2",
"type": "fixed",
"position": 3.0,
"width": 2.0,
"height": 1.8,
"sillHeight": 0.4
}
]
},
"west": {
"type": "exterior",
"windows": [
{
"id": "eg-wz-w3",
"type": "casement",
"position": 1.5,
"width": 1.4,
"height": 1.6,
"sillHeight": 0.5
},
{
"id": "eg-wz-w4",
"type": "casement",
"position": 3.8,
"width": 1.4,
"height": 1.6,
"sillHeight": 0.5
}
]
},
"east": {
"type": "interior",
"doors": [
{
"id": "eg-wz-d1",
"type": "open",
"position": 0.0,
"width": 1.6,
"height": 2.4,
"connectsTo": "eg-foyer"
}
]
}
}
},
{
"id": "eg-gaeste-wc",
"name": "Gäste-WC",
"nameEN": "Guest WC",
"type": "bathroom",
"position": { "x": 8.0, "y": 0 },
"dimensions": { "width": 2.5, "length": 2.0 },
"flooring": "tile",
"walls": {
"south": {
"type": "exterior",
"windows": [
{
"id": "eg-gwc-w1",
"type": "casement",
"position": 0.8,
"width": 0.6,
"height": 0.8,
"sillHeight": 1.3
}
]
},
"north": {
"type": "interior"
},
"west": {
"type": "interior",
"doors": [
{
"id": "eg-gwc-d1",
"type": "interior",
"position": 0.3,
"width": 0.8,
"height": 2.1,
"connectsTo": "eg-foyer"
}
]
},
"east": {
"type": "interior"
}
}
},
{
"id": "eg-hwr",
"name": "Hauswirtschaftsraum",
"nameEN": "Utility Room",
"type": "utility",
"position": { "x": 10.5, "y": 0 },
"dimensions": { "width": 2.5, "length": 2.0 },
"flooring": "tile",
"walls": {
"south": {
"type": "exterior"
},
"north": {
"type": "interior",
"doors": [
{
"id": "eg-hwr-d1",
"type": "interior",
"position": 0.5,
"width": 0.8,
"height": 2.1,
"connectsTo": "eg-arbeitszimmer"
}
]
},
"west": {
"type": "interior"
},
"east": {
"type": "exterior"
}
}
},
{
"id": "eg-arbeitszimmer",
"name": "Arbeitszimmer",
"nameEN": "Home Office / Library",
"type": "office",
"position": { "x": 8.0, "y": 2.0 },
"dimensions": { "width": 5.0, "length": 4.0 },
"flooring": "hardwood",
"walls": {
"south": {
"type": "interior"
},
"north": {
"type": "interior"
},
"west": {
"type": "interior",
"doors": [
{
"id": "eg-az-d1",
"type": "interior",
"position": 0.5,
"width": 0.9,
"height": 2.1,
"connectsTo": "eg-foyer"
}
]
},
"east": {
"type": "exterior",
"windows": [
{
"id": "eg-az-w1",
"type": "casement",
"position": 1.0,
"width": 1.4,
"height": 1.4,
"sillHeight": 0.7
}
]
}
}
},
{
"id": "eg-esszimmer",
"name": "Esszimmer",
"nameEN": "Dining Room",
"type": "dining",
"position": { "x": 8.0, "y": 6.0 },
"dimensions": { "width": 5.0, "length": 5.0 },
"flooring": "hardwood",
"walls": {
"south": {
"type": "interior"
},
"north": {
"type": "exterior",
"windows": [
{
"id": "eg-ez-w1",
"type": "casement",
"position": 0.5,
"width": 1.6,
"height": 1.6,
"sillHeight": 0.5
},
{
"id": "eg-ez-w2",
"type": "casement",
"position": 2.8,
"width": 1.6,
"height": 1.6,
"sillHeight": 0.5
}
]
},
"west": {
"type": "interior",
"doors": [
{
"id": "eg-ez-d1",
"type": "open",
"position": 0.0,
"width": 1.4,
"height": 2.4,
"connectsTo": "eg-foyer"
}
]
},
"east": {
"type": "exterior",
"windows": [
{
"id": "eg-ez-w3",
"type": "casement",
"position": 2.0,
"width": 1.4,
"height": 1.6,
"sillHeight": 0.5
}
]
}
}
}
]
},
{
"id": "og",
"name": "Obergeschoss",
"nameEN": "Upper Floor",
"level": 1,
"ceilingHeight": 2.6,
"rooms": [
{
"id": "og-flur",
"name": "Flur",
"nameEN": "Upper Hallway",
"type": "hallway",
"position": { "x": 5.5, "y": 0 },
"dimensions": { "width": 2.5, "length": 11.0 },
"flooring": "hardwood",
"walls": {
"south": {
"type": "exterior"
},
"north": {
"type": "exterior"
},
"west": {
"type": "interior",
"doors": [
{
"id": "og-fl-d1",
"type": "interior",
"position": 0.5,
"width": 0.9,
"height": 2.1,
"connectsTo": "og-kinderzimmer1"
},
{
"id": "og-fl-d2",
"type": "interior",
"position": 3.5,
"width": 0.8,
"height": 2.1,
"connectsTo": "og-elternbad"
},
{
"id": "og-fl-d3",
"type": "interior",
"position": 6.5,
"width": 0.9,
"height": 2.1,
"connectsTo": "og-schlafzimmer"
}
]
},
"east": {
"type": "interior",
"doors": [
{
"id": "og-fl-d4",
"type": "interior",
"position": 0.5,
"width": 0.9,
"height": 2.1,
"connectsTo": "og-kinderzimmer2"
},
{
"id": "og-fl-d5",
"type": "interior",
"position": 3.5,
"width": 0.8,
"height": 2.1,
"connectsTo": "og-badezimmer"
},
{
"id": "og-fl-d6",
"type": "interior",
"position": 7.5,
"width": 0.9,
"height": 2.1,
"connectsTo": "og-gaestezimmer"
}
]
}
}
},
{
"id": "og-schlafzimmer",
"name": "Schlafzimmer",
"nameEN": "Master Suite",
"type": "bedroom",
"position": { "x": 0, "y": 6.0 },
"dimensions": { "width": 5.5, "length": 5.0 },
"flooring": "hardwood",
"walls": {
"south": {
"type": "interior",
"doors": [
{
"id": "og-sz-d1",
"type": "interior",
"position": 0.5,
"width": 0.8,
"height": 2.1,
"connectsTo": "og-elternbad"
},
{
"id": "og-sz-d2",
"type": "interior",
"position": 3.0,
"width": 0.9,
"height": 2.1,
"connectsTo": "og-ankleide"
}
]
},
"north": {
"type": "exterior",
"windows": [
{
"id": "og-sz-w1",
"type": "fixed",
"position": 0.5,
"width": 1.8,
"height": 1.6,
"sillHeight": 0.5
},
{
"id": "og-sz-w2",
"type": "fixed",
"position": 3.0,
"width": 1.8,
"height": 1.6,
"sillHeight": 0.5
}
]
},
"west": {
"type": "exterior",
"windows": [
{
"id": "og-sz-w3",
"type": "casement",
"position": 2.0,
"width": 1.4,
"height": 1.4,
"sillHeight": 0.6
}
]
},
"east": {
"type": "interior",
"doors": [
{
"id": "og-sz-d3",
"type": "interior",
"position": 1.0,
"width": 0.9,
"height": 2.1,
"connectsTo": "og-flur"
}
]
}
}
},
{
"id": "og-elternbad",
"name": "Elternbad",
"nameEN": "En-suite Bathroom",
"type": "bathroom",
"position": { "x": 0, "y": 3.0 },
"dimensions": { "width": 3.0, "length": 3.0 },
"flooring": "tile",
"walls": {
"south": {
"type": "interior"
},
"north": {
"type": "interior",
"doors": [
{
"id": "og-eb-d1",
"type": "interior",
"position": 0.5,
"width": 0.8,
"height": 2.1,
"connectsTo": "og-schlafzimmer"
}
]
},
"west": {
"type": "exterior",
"windows": [
{
"id": "og-eb-w1",
"type": "casement",
"position": 1.0,
"width": 0.8,
"height": 0.8,
"sillHeight": 1.3
}
]
},
"east": {
"type": "interior",
"doors": [
{
"id": "og-eb-d2",
"type": "interior",
"position": 0.5,
"width": 0.8,
"height": 2.1,
"connectsTo": "og-flur"
}
]
}
}
},
{
"id": "og-ankleide",
"name": "Ankleide",
"nameEN": "Walk-in Closet",
"type": "storage",
"position": { "x": 3.0, "y": 3.5 },
"dimensions": { "width": 2.5, "length": 2.5 },
"flooring": "hardwood",
"walls": {
"south": {
"type": "interior"
},
"north": {
"type": "interior",
"doors": [
{
"id": "og-ak-d1",
"type": "interior",
"position": 0.5,
"width": 0.9,
"height": 2.1,
"connectsTo": "og-schlafzimmer"
}
]
},
"west": {
"type": "interior"
},
"east": {
"type": "interior"
}
}
},
{
"id": "og-kinderzimmer1",
"name": "Kinderzimmer 1",
"nameEN": "Child's Room 1",
"type": "bedroom",
"position": { "x": 0, "y": 0 },
"dimensions": { "width": 5.5, "length": 3.0 },
"flooring": "hardwood",
"walls": {
"south": {
"type": "exterior",
"windows": [
{
"id": "og-kz1-w1",
"type": "casement",
"position": 1.5,
"width": 1.4,
"height": 1.4,
"sillHeight": 0.6
},
{
"id": "og-kz1-w2",
"type": "casement",
"position": 3.5,
"width": 1.2,
"height": 1.4,
"sillHeight": 0.6
}
]
},
"north": {
"type": "interior"
},
"west": {
"type": "exterior",
"windows": [
{
"id": "og-kz1-w3",
"type": "casement",
"position": 1.0,
"width": 1.2,
"height": 1.4,
"sillHeight": 0.6
}
]
},
"east": {
"type": "interior",
"doors": [
{
"id": "og-kz1-d1",
"type": "interior",
"position": 0.5,
"width": 0.9,
"height": 2.1,
"connectsTo": "og-flur"
}
]
}
}
},
{
"id": "og-kinderzimmer2",
"name": "Kinderzimmer 2",
"nameEN": "Child's Room 2",
"type": "bedroom",
"position": { "x": 8.0, "y": 0 },
"dimensions": { "width": 5.0, "length": 3.5 },
"flooring": "hardwood",
"walls": {
"south": {
"type": "exterior",
"windows": [
{
"id": "og-kz2-w1",
"type": "casement",
"position": 2.0,
"width": 1.4,
"height": 1.4,
"sillHeight": 0.6
}
]
},
"north": {
"type": "interior"
},
"west": {
"type": "interior",
"doors": [
{
"id": "og-kz2-d1",
"type": "interior",
"position": 0.5,
"width": 0.9,
"height": 2.1,
"connectsTo": "og-flur"
}
]
},
"east": {
"type": "exterior",
"windows": [
{
"id": "og-kz2-w2",
"type": "casement",
"position": 1.0,
"width": 1.2,
"height": 1.4,
"sillHeight": 0.6
}
]
}
}
},
{
"id": "og-badezimmer",
"name": "Badezimmer",
"nameEN": "Family Bathroom",
"type": "bathroom",
"position": { "x": 8.0, "y": 3.5 },
"dimensions": { "width": 3.5, "length": 3.0 },
"flooring": "tile",
"walls": {
"south": {
"type": "interior"
},
"north": {
"type": "interior"
},
"west": {
"type": "interior",
"doors": [
{
"id": "og-bz-d1",
"type": "interior",
"position": 0.5,
"width": 0.8,
"height": 2.1,
"connectsTo": "og-flur"
}
]
},
"east": {
"type": "exterior",
"windows": [
{
"id": "og-bz-w1",
"type": "casement",
"position": 1.0,
"width": 0.8,
"height": 0.8,
"sillHeight": 1.3
}
]
}
}
},
{
"id": "og-gaestezimmer",
"name": "Gästezimmer",
"nameEN": "Guest Suite",
"type": "bedroom",
"position": { "x": 8.0, "y": 7.5 },
"dimensions": { "width": 7.0, "length": 3.5 },
"flooring": "hardwood",
"walls": {
"south": {
"type": "interior"
},
"north": {
"type": "exterior",
"windows": [
{
"id": "og-gz-w1",
"type": "casement",
"position": 1.0,
"width": 1.4,
"height": 1.4,
"sillHeight": 0.6
},
{
"id": "og-gz-w2",
"type": "casement",
"position": 4.0,
"width": 1.4,
"height": 1.4,
"sillHeight": 0.6
}
]
},
"west": {
"type": "interior",
"doors": [
{
"id": "og-gz-d1",
"type": "interior",
"position": 0.5,
"width": 0.9,
"height": 2.1,
"connectsTo": "og-flur"
}
]
},
"east": {
"type": "exterior",
"windows": [
{
"id": "og-gz-w3",
"type": "casement",
"position": 1.0,
"width": 1.2,
"height": 1.4,
"sillHeight": 0.6
}
]
}
}
}
]
}
]
}