{ "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":"Figure12_2InlinedArches.x3d"
          },
          {
            "@name":"creator",
            "@content":"Figure 12.2, 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/ch12/12fig02.htm"
          },
          {
            "@name":"translator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"16 August 2000"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"description",
            "@content":"A row of archways built by inlining one archway from Figure 12.1 and repeatedly instancing it. Also see Figures 12.1, 12.2 and 12.3 for comparison."
          },
          {
            "@name":"reference",
            "@content":"Figure12_1SimpleArch.x3d"
          },
          {
            "@name":"reference",
            "@content":"Figure12_3TempleOfInlinedArches.x3d"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter12Inline/Figure12_2InlinedArches.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../../license.html"
          },
          {
            "@name":"translated",
            "@content":"17 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":"Having NavigationInfo here is usually OK since it will get superceded by NavigationInfo nodes in parent scenes"
          },
          { "WorldInfo":
            {
              "@title":"Figure12_2InlinedArches.x3d"
            }
          },
          { "Viewpoint":
            {
              "@description":"Arches arches arches",
              "@orientation":[1,0,0,-0.2],
              "@position":[0,6,10]
            }
          },
          { "Group":
            {
              "-children":[
                { "Inline":
                  {
                    "@DEF":"ARCH",
                    "@bboxCenter":[1,4,0],
                    "@bboxSize":[5,8,2],
                    "@url":["Figure12_1SimpleArch.x3d","https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter12Inline/Figure12_1SimpleArch.x3d","Figure12_1SimpleArch.wrl","https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter12Inline/Figure12_1SimpleArch.wrl"]
                  }
                },
                { "Transform":
                  {
                    "@translation":[0,0,-2],
                    "-children":[
                      {
                        "#comment":"There is no USE node in .x3d XML encoding!! Employ the USE=name attribute instead, to retain strong typing of nodes."
                      },
                      { "Inline":
                        {
                          "@USE":"ARCH"
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@translation":[0,0,-4],
                    "-children":[
                      { "Inline":
                        {
                          "@USE":"ARCH"
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@translation":[0,0,-6],
                    "-children":[
                      { "Inline":
                        {
                          "@USE":"ARCH"
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@translation":[0,0,-8],
                    "-children":[
                      { "Inline":
                        {
                          "@USE":"ARCH"
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
    }
  }
}