{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Interchange",
    "@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":"IkeaTable.x3d"
          },
          {
            "@name":"description",
            "@content":"X3D example Model of an Ikea Table"
          },
          {
            "@name":"created",
            "@content":"3 March 2004"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"creator",
            "@content":"Vaughn Pangelinan"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/IkeaTable.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"20 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":[
          { "WorldInfo":
            {
              "@title":"IkeaTable.x3d"
            }
          },
          { "Transform":
            {
              "-children":[
                { "Group":
                  {
                    "@DEF":"IkeaTable",
                    "-children":[
                      { "Viewpoint":
                        {
                          "@DEF":"AboveTable",
                          "@description":"Above Table",
                          "@orientation":[1,0,0,-0.65],
                          "@position":[0,1.1,1.2]
                        }
                      },
                      { "Shape":
                        {
                          "-geometry":
                            { "Box":
                              {
                                "@size":[0.9,0.02,0.6]
                              }
                            },
                          "-appearance":
                            { "Appearance":
                              {
                                "@DEF":"Green",
                                "-material":
                                  { "Material":
                                    {
                                      "@diffuseColor":[0,0.6,0]
                                    }
                                  }
                              }
                            }
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[0.4,-0.31,0.25],
                          "-children":[
                            { "Shape":
                              {
                                "@DEF":"TableLeg",
                                "-geometry":
                                  { "Box":
                                    {
                                      "@size":[0.05,0.6,0.05]
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@DEF":"Yellow",
                                      "-material":
                                        { "Material":
                                          {
                                            "@diffuseColor":[0.8,0.8,0]
                                          }
                                        }
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-0.4,-0.31,0.25],
                          "-children":[
                            { "Shape":
                              {
                                "@USE":"TableLeg"
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[0.4,-0.31,-0.25],
                          "-children":[
                            { "Shape":
                              {
                                "@USE":"TableLeg"
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-0.4,-0.31,-0.25],
                          "-children":[
                            { "Shape":
                              {
                                "@USE":"TableLeg"
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[0,-0.05,0.25],
                          "-children":[
                            { "Shape":
                              {
                                "@DEF":"LongBeam",
                                "-geometry":
                                  { "Box":
                                    {
                                      "@size":[0.75,0.08,0.02]
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"Yellow"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[0,-0.05,-0.25],
                          "-children":[
                            { "Shape":
                              {
                                "@USE":"LongBeam"
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[0.4,-0.05,0],
                          "-children":[
                            { "Shape":
                              {
                                "@DEF":"ShortBeam",
                                "-geometry":
                                  { "Box":
                                    {
                                      "@size":[0.02,0.08,0.45]
                                    }
                                  },
                                "-appearance":
                                  { "Appearance":
                                    {
                                      "@USE":"Yellow"
                                    }
                                  }
                              }
                            }
                          ]
                        }
                      },
                      { "Transform":
                        {
                          "@translation":[-0.4,-0.05,0],
                          "-children":[
                            { "Shape":
                              {
                                "@USE":"ShortBeam"
                              }
                            }
                          ]
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
    }
  }
}