[ARCHITECTURAL FLOOR PLAN — coordinate array, top-down view, use as authoritative spatial layout] # Grid: 10 cols × 10 rows (top-down view, north up). # Cell coords: [col_start, row_start, col_end, row_end] (bbox, inclusive). # Each cell = 1.00m × 0.80m. # Grid covers x=[0.0,10.0], y=[0.0,8.0] in meters. ROOMS: entry : [1, 1, 2, 3] # entry vestibule (현관) living_kitchen : [2, 1, 9, 5] # living room with kitchen and dining area (거실 겸 부엌) main_bedroom : [1, 5, 4, 8] # main bedroom (안방) small_bedroom : [4, 5, 9, 8] # small bedroom (작은방) bathroom : [7, 1, 9, 3] # bathroom (욕실) EXTERIOR (outside the apartment, beyond front entry): rooftop_concrete_landing: [0, 0, 1, 3] # rooftop_concrete FURNITURE: shoe_rack : [1, 1, 2, 1] # in entry, on bottom wall tv : [2, 5, 3, 5] # in living_kitchen, on top wall table : [4, 3, 5, 4] # in living_kitchen chair : [3, 3, 4, 4] # in living_kitchen chair : [5, 3, 6, 4] # in living_kitchen sink : [5, 1, 6, 1] # in living_kitchen, on bottom wall stove : [6, 1, 7, 2] # in living_kitchen, on bottom wall lamp : [8, 3, 8, 4] # in living_kitchen, on right wall photo : [4, 4, 5, 4] # in living_kitchen cup : [5, 4, 5, 4] # in living_kitchen bed : [1, 6, 3, 7] # in main_bedroom, on left wall wardrobe : [3, 7, 4, 8] # in main_bedroom, on right wall bed : [6, 5, 8, 7] # in small_bedroom, on right wall curtain : [6, 8, 8, 8] # in small_bedroom, on top wall bag : [4, 5, 5, 6] # in small_bedroom doll : [5, 6, 5, 6] # in small_bedroom wall_mark : [6, 8, 7, 8] # in small_bedroom, on top wall photo : [7, 8, 7, 8] # in small_bedroom, on top wall sink : [7, 1, 7, 1] # in bathroom, on bottom wall mirror : [7, 1, 7, 2] # in bathroom, on left wall toilet : [8, 1, 8, 2] # in bathroom, on right wall DOORS (point coords [col, row]): front_entry : [1, 2] # exterior ↔ entry interior : [2, 2] # entry ↔ living_kitchen interior : [3, 5] # living_kitchen ↔ main_bedroom interior : [5, 5] # living_kitchen ↔ small_bedroom interior : [7, 2] # living_kitchen ↔ bathroom window : [9, 4] # living_kitchen ↔ exterior window : [7, 8] # small_bedroom ↔ exterior How to read these coordinates: - The apartment is mapped onto a 10×10 grid. - Origin (0,0) at bottom-left. col increases rightward (east), row increases upward (north). - For ROOMS and FURNITURE, [c1, r1, c2, r2] = bbox in grid cells (inclusive). - For DOORS, [c, r] = single cell where the door is located. - 'LEFT wall' of a room = column c1 (west edge), 'RIGHT wall' = column c2 (east edge), 'BACK wall' = row r2 (north edge, far from camera in this view), 'FRONT wall' = row r1 (south edge, closer to camera). [RENDER INSTRUCTIONS] Photorealistic cinematic interior background of a Korean two-room rooftop apartment (투룸 옥탑방), pale daylight, no people, single static frame, 35mm film grain, eye-level wide angle. Camera is positioned in the LIVING/KITCHEN room near the front entry side, looking diagonally toward the back where the kitchen counter and the two interior bedroom doors are visible. Visible in this view: ONE television on a low wooden stand against the left wall (single TV — do NOT add a second TV); kitchen counter with stainless sink in the middle of the back wall; small window with thin curtain to the right of the sink; wooden dining table with two or three chairs in the center floor; the closed interior door to the main bedroom (안방) at the upper-right; the closed interior door to the daughter's bedroom (수리영 방) on the right wall further forward. DO NOT show interior of bedrooms or bathroom — only the living/kitchen room is in this frame. The apartment is one rooftop apartment, NOT a multi-floor or multi-unit building. Material/lighting: dirty plaster walls in muted yellow-gray, worn wooden floorboards, low ceiling with a single bare bulb fixture, pale daylight from the small back window, soft warm tungsten ambient, dust in the air, damp domestic shadows, uneasy stillness, muted blue-gray and washed yellow palette. Match the coordinate array EXACTLY. The TV must occupy the cells specified as 'tv' bbox (which is on the LEFT wall of the living room). The kitchen sink must occupy the 'sink' bbox (BACK wall of living). The dining table must occupy the 'table' bbox (CENTER of living). Bedroom doors at the cells specified. Render as a single photorealistic eye-level cinematic frame from the camera position described above (NOT a top-down view, NOT a grid).