{ "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":"Tree.x3d"
          },
          {
            "@name":"description",
            "@content":"Tree"
          },
          {
            "@name":"creator",
            "@content":"Seksit Siripala"
          },
          {
            "@name":"created",
            "@content":"12 September 2002"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Savage/Buildings/HouseSeksitSiripala/Tree.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.2, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../../license.html"
          },
          {
            "@name":"translated",
            "@content":"21 April 2026"
          },
          {
            "@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":[
          {
            "#comment":""
          },
          { "WorldInfo":
            {
              "@title":"Tree.x3d"
            }
          },
          { "Shape":
            {
              "-appearance":
                { "Appearance":
                  {
                    "-material":
                      { "Material":
                        {
                          "@diffuseColor":[0.2,0.1,0.0]
                        }
                      }
                  }
                },
              "-geometry":
                { "Cylinder":
                  {
                    "@radius":0.5
                  }
                }
            }
          },
          { "Transform":
            {
              "@translation":[0.0,1.0,0.0],
              "-children":[
                { "Shape":
                  {
                    "@DEF":"part",
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                                "@diffuseColor":[0.2,0.7,0.3]
                              }
                            }
                        }
                      },
                    "-geometry":
                      { "Cone":
                        {
                          "@bottomRadius":1.5
                        }
                      }
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@translation":[0.0,2.0,0.0],
              "-children":[
                { "Shape":
                  {
                    "@USE":"part"
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@translation":[0.0,3.0,0.0],
              "-children":[
                { "Shape":
                  {
                    "@USE":"part"
                  }
                }
              ]
            }
          }
        ]
    }
  }
}