{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.0",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.0.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"WaterTower.x3d"
          },
          {
            "@name":"description",
            "@content":"A simple water tower, produced as a MV4204 class project. Total height 25m."
          },
          {
            "@name":"creator",
            "@content":"Bob Vojtik, Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"26 July 2001"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/WaterTower.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"02 September 2025"
          },
          {
            "@name":"generator",
            "@content":"X3dToJson.xslt, https://www.web3d.org/x3d/stylesheets/X3dToJson.html"
          },
          {
            "@name":"reference",
            "@content":"X3D JSON encoding: https://www.web3d.org/wiki/index.php/X3D_JSON_Encoding"
          }
        ]
    },
    "Scene": {
        "-children":[
          { "WorldInfo":
            {
              "@title":"WaterTower.x3d"
            }
          },
          { "Viewpoint":
            {
              "@description":"Water Tower",
              "@position":[0,15,50]
            }
          },
          { "Transform":
            {
              "@DEF":"MoveUpAboveGround",
              "@translation":[0,22.5,0],
              "-children":[
                { "Shape":
                  {
                    "@DEF":"waterTank",
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                                "@diffuseColor":[0.6,0.6,0.6]
                              }
                            }
                        }
                      },
                    "-geometry":
                      { "Cylinder":
                        {
                          "@height":7,
                          "@radius":5
                        }
                      }
                  }
                },
                { "Transform":
                  {
                    "@translation":[0,-12.5,0],
                    "-children":[
                      { "Shape":
                        {
                          "@DEF":"centerWaterPipe",
                          "-appearance":
                            { "Appearance":
                              {
                                "-material":
                                  { "Material":
                                    {
                                    }
                                  }
                              }
                            },
                          "-geometry":
                            { "Cylinder":
                              {
                                "@height":20,
                                "@radius":0.6
                              }
                            }
                        }
                      },
                      { "Transform":
                        {
                          "@DEF":"leftLeg",
                          "@translation":[-2,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "-material":
                                        { "Material":
                                          {
                                          }
                                        }
                                    }
                                  },
                                "-geometry":
                                  { "Cylinder":
                                    {
                                      "@height":20,
                                      "@radius":0.2
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@DEF":"rightLeg",
                          "@translation":[2,0,0],
                          "-children":[
                            { "Shape":
                              {
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "-material":
                                        { "Material":
                                          {
                                          }
                                        }
                                    }
                                  },
                                "-geometry":
                                  { "Cylinder":
                                    {
                                      "@height":20,
                                      "@radius":0.2
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@DEF":"backLeg",
                          "@translation":[0,0,-2],
                          "-children":[
                            { "Shape":
                              {
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "-material":
                                        { "Material":
                                          {
                                          }
                                        }
                                    }
                                  },
                                "-geometry":
                                  { "Cylinder":
                                    {
                                      "@height":20,
                                      "@radius":0.2
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@DEF":"frontLeg",
                          "@translation":[0,0,2],
                          "-children":[
                            { "Shape":
                              {
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "-material":
                                        { "Material":
                                          {
                                          }
                                        }
                                    }
                                  },
                                "-geometry":
                                  { "Cylinder":
                                    {
                                      "@height":20,
                                      "@radius":0.2
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@DEF":"ground",
                          "@translation":[0,-10,0],
                          "-children":[
                            { "Shape":
                              {
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0,1,0]
                                          }
                                        }
                                    }
                                  },
                                "-geometry":
                                  { "Box":
                                    {
                                      "@size":[8,0.1,8]
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@DEF":"crossBeams",
                          "@rotation":[0,1,0,0.785],
                          "@translation":[1,0,1],
                          "-children":[
                            { "Transform":
                              {
                                "@rotation":[0,0,1,0.785],
                                "@translation":[0,8.586,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@DEF":"CrossBeam",
                                      "-appearance":
                                        { "Appearance":
                                          {
                                            "-material":
                                              { "Material":
                                                {
                                                }
                                              }
                                          }
                                        },
                                      "-geometry":
                                        { "Box":
                                          {
                                            "@size":[4,0.2,0.1]
                                          }
                                        }
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,-0.785],
                                "@translation":[0,8.586,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,0.785],
                                "@translation":[0,5.7575,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,-0.785],
                                "@translation":[0,5.7575,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,0.785],
                                "@translation":[0,2.9291,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,-0.785],
                                "@translation":[0,2.9291,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,0.785],
                                "@translation":[0,-2.8284,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,-0.785],
                                "@translation":[0,-2.8284,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,0.785],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,-0.785],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,0.785],
                                "@translation":[0,-5.6568,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,-0.785],
                                "@translation":[0,-5.6568,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,0.785],
                                "@translation":[0,-8.4852,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            },
                            { "Transform":
                              {
                                "@rotation":[0,0,1,-0.785],
                                "@translation":[0,-8.4852,0],
                                "-children":[
                                  { "Shape":
                                    {
                                      "@USE":"CrossBeam"
                                    }
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-2,0,-2],
                          "-children":[
                            { "Transform":
                              {
                                "@USE":"crossBeams"
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@rotation":[0,1,0,1.57],
                          "-children":[
                            { "Transform":
                              {
                                "@USE":"crossBeams"
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
    }
  }
}