{
  "_schema": "dioramarama-scene/1",
  "config": {
    "experience": {
      "allowedHardware": [
        "mobile",
        "desktop"
      ],
      "interactionFormat": "handheld",
      "showInteractionPrompt": true,
      "stereo": false,
      "eyeSeparation": 0.27
    },
    "palette": {
      "useRandomHue": false,
      "baseHue": 137,
      "baseLightness": 0.73,
      "baseChroma": 0.12,
      "minLightness": 0.1,
      "maxLightness": 0.9,
      "hueStep": 10
    },
    "fog": {
      "enabled": false,
      "near": 0.55,
      "far": 0.65,
      "color": "#000000"
    },
    "details": {
      "showDust": false,
      "showDollBox": false
    },
    "debug": {
      "showAlignmentGrid": false,
      "showDivergenceDemo": false
    }
  },
  "entities": [
    {
      "id": "align-grid",
      "type": "alignGrid",
      "label": "Align Grid",
      "visible": true,
      "transform": {
        "position": [
          0,
          0,
          0
        ],
        "rotation": [
          0,
          0,
          0
        ],
        "scale": [
          1,
          1,
          1
        ]
      },
      "params": {
        "dimX": 3,
        "dimY": 3,
        "dimZ": 3,
        "scalarX": 0.5,
        "scalarY": 0.5,
        "scalarZ": 0.07
      }
    },
    {
      "id": "miku",
      "type": "splat",
      "label": "miku",
      "visible": true,
      "transform": {
        "position": [
          0,
          -0.4,
          -0.3
        ],
        "rotation": [
          0,
          0,
          0
        ],
        "scale": [
          0.6,
          0.6,
          0.6
        ]
      },
      "params": {
        "src": "./assets/splat/miku/meta.json",
        "alphaTest": 0.01,
        "falloff": 1.0,
        "noiseStrength": 0.28,
        "shapeMode": 0,
        "grainStrength": 0.01,
        "edgeHueShift": 0,
        "edgeHueDist": 0,
        "toneMapped": true,
        "divergence": {
          "enabled": false,
          "leftHue": 0,
          "leftVal": 0,
          "rightHue": 0,
          "rightVal": 0
        }
      }
    },
    {
      "id": "focus-plane-1",
      "type": "focusPlane",
      "label": "Focus Plane",
      "visible": true,
      "transform": {
        "position": [
          0,
          -0.1877,
          -0.2786
        ],
        "rotation": [
          0,
          0,
          0
        ],
        "scale": [
          1,
          1,
          1
        ]
      },
      "params": {
        "range": 0.03,
        "bokehScale": 20.0,
        "visualize": false,
        "color": "#66ccff",
        "affects": [
          "miku"
        ],
        "parent": "",
        "mode": "focus"
      }
    }
  ]
}