{
  "format": "konjure.scene",
  "version": 1,
  "id": "rust_inspect",
  "title": "Typed Rust inspection scene",
  "entities": [
    {
      "id": "station",
      "parent": null,
      "transform": {
        "translation": {
          "x": 1.0,
          "y": 0.0,
          "z": 0.0
        },
        "rotation": {
          "x": 0.0,
          "y": 0.0,
          "z": 0.0,
          "w": 1.0
        },
        "scale": {
          "x": 1.0,
          "y": 1.0,
          "z": 1.0
        }
      },
      "geometry": {
        "kind": "group"
      },
      "color": {
        "r": 255,
        "g": 255,
        "b": 255,
        "a": 255
      },
      "material": {
        "roughness": 0.65,
        "emissive": 0.0
      },
      "animations": [],
      "actions": {}
    },
    {
      "id": "beacon",
      "parent": "station",
      "transform": {
        "translation": {
          "x": 0.0,
          "y": 0.5,
          "z": -1.0
        },
        "rotation": {
          "x": 0.0,
          "y": 0.0,
          "z": 0.0,
          "w": 1.0
        },
        "scale": {
          "x": 1.0,
          "y": 1.0,
          "z": 1.0
        }
      },
      "geometry": {
        "kind": "box",
        "size_m": {
          "x": 0.3,
          "y": 0.3,
          "z": 0.3
        }
      },
      "color": {
        "r": 111,
        "g": 227,
        "b": 255,
        "a": 255
      },
      "material": {
        "roughness": 0.65,
        "emissive": 0.0
      },
      "animations": [
        {
          "kind": "orbit",
          "radius_m": 2.0,
          "period_s": 4.0
        }
      ],
      "actions": {
        "notify_operator": {
          "kind": "propose_effect",
          "effect": "notify_operator"
        },
        "toggle_motion": {
          "kind": "toggle_motion"
        }
      }
    }
  ],
  "conversation": []
}