{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Interchange",
    "@version":"3.0",
    "@xsd:noNamespaceSchemaLocation":"http://www.web3d.org/specifications/x3d-3.0.xsd",
    "JSON schema":"http://www.web3d.org/specifications/x3d-3.3-JSONSchema.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"Figure07.12bVerticallyScaledTree.x3d"
          },
          {
            "@name":"creator",
            "@content":"Figure 7.12, The VRML 2.0 Sourcebook, Copyright [1997] By Andrea L. Ames, David R. Nadeau, and John L. Moreland"
          },
          {
            "@name":"reference",
            "@content":"http://www.wiley.com/legacy/compbooks/vrml2sbk/ch07/07fig12b.htm"
          },
          {
            "@name":"transcriber",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"9 October 2000"
          },
          {
            "@name":"modified",
            "@content":"25 March 2012"
          },
          {
            "@name":"description",
            "@content":"A tree scaled up about a center point set at the base of the tree trunk. Also see Figures 7.12a, 7.12b and 7.13 for comparison."
          },
          {
            "@name":"reference",
            "@content":"Figure07.12aSimpleTree.x3d"
          },
          {
            "@name":"reference",
            "@content":"Figure07.13DiagonallyScaledTree.x3d"
          },
          {
            "@name":"identifier",
            "@content":"http://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter07-ScalingShapes/Figure07.12bVerticallyScaledTree.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../../license.html"
          },
          {
            "@name":"translated",
            "@content":"19 March 2017"
          },
          {
            "@name":"generator",
            "@content":"X3dToJson.xslt, http://www.web3d.org/x3d/stylesheets/X3dToJson.html"
          },
          {
            "@name":"warning",
            "@content":"An experimental version of X3D JSON encoding is used for this scene.  Status online at http://www.web3d.org/wiki/index.php/X3D_JSON_Encoding"
          }
        ]
    },
    "Scene": {
        "-children":[
          { "Viewpoint":
            {
              "@description":"View tree",
              "@orientation":[1,0,0,-0.2],
              "@position":[0,5,15]
            }
          },
          { "Group":
            {
              "-children":[
                { "Shape":
                  {
                    "@DEF":"Base",
                    "-geometry":
                      { "Box":
                        {
                          "@size":[25,0.1,25]
                        }
                      },
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                                "@diffuseColor":[0.25,0.75,0]
                              }
                            }
                        }
                      }
                  }
                },
                { "Transform":
                  {
                    "@center":[0,-1,0],
                    "@scale":[1,2,1],
                    "@translation":[0,1,0],
                    "-children":[
                      { "Shape":
                        {
                          "@DEF":"TreeTrunk",
                          "-geometry":
                            { "Cylinder":
                              {
                                "@radius":0.5
                              }
                            },
                          "-appearance":
                            { "Appearance":
                              {
                                "-material":
                                  { "Material":
                                    {
                                      "@diffuseColor":[0.2,0.2,0]
                                    }
                                  }
                              }
                            }
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[0,3,0],
                          "-children":[
                            { "Shape":
                              {
                                "@DEF":"TreeBranches",
                                "-geometry":
                                  { "Cone":
                                    {
                                      "@bottomRadius":2,
                                      "@height":4
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0.1,0.8,0]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
    }
  }
}