{
  "kind": "Gener8MRSpatialScene",
  "version": 2,
  "wallLayout": "u-shape-3-wall",
  "objects": [
    {
      "objectId": "intuiface-demo-stage-plinth-01",
      "displayName": "Intuiface Demo Stage Plinth",
      "prefabSource": "StarterObjects/Panel",
      "lighting": {
        "sunLightObjectId": "intuiface-demo-sun"
      },
      "placementIntent": {
        "mode": "wall-anchor-offset",
        "wallId": "middle",
        "x": 0,
        "y": 0.12,
        "z": 1.2
      },
      "transform": {
        "coordinateSpace": "wall-anchor-offset",
        "rotationEuler": {
          "x": 0,
          "y": 0,
          "z": 0
        },
        "scale": {
          "x": 1,
          "y": 1,
          "z": 1
        }
      },
      "bounds": {
        "width": 1.2,
        "height": 0.24,
        "depth": 0.7
      },
      "material": {
        "color": "#003854",
        "opacity": 0.94,
        "metallic": 0.02,
        "roughness": 0.58
      },
      "physics": {
        "grabbable": false,
        "mode": "static",
        "collider": "bounds",
        "grabArea": "whole-object",
        "massKg": 1,
        "lockRotation": false
      }
    },
    {
      "objectId": "intuiface-demo-toggle-button-01",
      "displayName": "XR Toggle Carton Button",
      "uiPreset": {
        "kind": "button",
        "label": "Toggle Carton",
        "widthMeters": 0.72,
        "heightMeters": 0.18,
        "backgroundColor": "#003854E8",
        "textColor": "#FFFFFFFF",
        "accentColor": "#C8D400FF",
        "action": "toggle",
        "targetObjectId": "intuiface-demo-carton-box-01"
      },
      "lighting": {
        "sunLightObjectId": "intuiface-demo-sun"
      },
      "placementIntent": {
        "mode": "wall-anchor-offset",
        "wallId": "middle",
        "x": 0.82,
        "y": 1.22,
        "z": 0.22
      },
      "transform": {
        "coordinateSpace": "wall-anchor-offset",
        "rotationEuler": {
          "x": 0,
          "y": 0,
          "z": 0
        },
        "scale": {
          "x": 1,
          "y": 1,
          "z": 1
        }
      },
      "bounds": {
        "width": 0.72,
        "height": 0.18,
        "depth": 0.03
      },
      "physics": {
        "grabbable": false,
        "mode": "static",
        "collider": "bounds",
        "grabArea": "whole-object",
        "massKg": 1,
        "lockRotation": false
      }
    }
  ],
  "lights": [
    {
      "id": "intuiface-demo-sun",
      "kind": "directional-sun",
      "type": "light",
      "displayName": "Demo Sun Light",
      "intensity": 1.05,
      "yaw": -35,
      "elevation": 48,
      "distance": 6,
      "color": "#fff7df"
    }
  ],
  "compileNotes": {
    "source": "Spatial Configurator authoring/compiler output for Intuiface demo reset baseline",
    "runtimeModel": "Live Intuiface Player uses this saved scene data; browser Spatial Configurator UI is not part of the live client runtime.",
    "hierarchy": "Nested authoring relationships are resolved to wall-anchor-offset placements before publish; demo does not require live parent moving child."
  }
}
