{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Vert",
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 40,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "HorizRaw",
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 40,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "CenterH",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": 0,
          "y": 0,
          "z": -20
        }
      }
    },
    "4": {
      "id": 4,
      "name": "RotateY90",
      "op": {
        "type": "Rotate",
        "child": 3,
        "angles": {
          "x": 0,
          "y": 90,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "PlaceH",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 20
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 1,
      "material": "default"
    },
    {
      "root": 5,
      "material": "default"
    }
  ]
}