{
  "format": "blitz3d.world",
  "version": 1,
  "id": "world-editor-starter",
  "name": "World Editor Starter",
  "settings": {
    "ambient": [48, 58, 72],
    "shadows": {
      "enabled": true,
      "quality": 2,
      "distance": 120.0,
      "color": [10, 14, 20],
      "strength": 0.65,
      "depthBias": 0.001,
      "normalBias": 0.01
    }
  },
  "assets": [],
  "entities": [
    {
      "id": "camera-main",
      "name": "Main Camera",
      "transform": {
        "position": [0.0, 3.0, -8.0],
        "rotation": [0.0, 0.0, 0.0, 1.0],
        "scale": [1.0, 1.0, 1.0]
      },
      "components": [{
        "type": "camera",
        "projection": "perspective",
        "near": 0.1,
        "far": 1000.0,
        "zoom": 1.0,
        "clearColor": [18, 24, 34]
      }]
    },
    {
      "id": "key-light",
      "name": "Key Light",
      "transform": {
        "position": [2.0, 5.0, -3.0],
        "rotation": [0.0, 0.0, 0.0, 1.0],
        "scale": [1.0, 1.0, 1.0]
      },
      "components": [{
        "type": "light",
        "kind": "point",
        "color": [255, 232, 205],
        "range": 30.0,
        "innerAngle": 0.0,
        "outerAngle": 45.0
      }]
    },
    {
      "id": "placement-origin",
      "name": "Placement Origin",
      "transform": {
        "position": [0.0, 0.0, 0.0],
        "rotation": [0.0, 0.0, 0.0, 1.0],
        "scale": [1.0, 1.0, 1.0]
      },
      "components": [{"type": "marker"}]
    }
  ]
}
