{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.3",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.3.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"Dinette.x3d"
          },
          {
            "@name":"description",
            "@content":"The Dinette example illustrates the use of the Inline node."
          },
          {
            "@name":"creator",
            "@content":"David R. Nadeau"
          },
          {
            "@name":"translator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"1 July 1998"
          },
          {
            "@name":"translated",
            "@content":"2 February 2014"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"reference",
            "@content":"originals/dinette.wrl"
          },
          {
            "@name":"reference",
            "@content":"http://www.siggraph.org/s98"
          },
          {
            "@name":"reference",
            "@content":"http://www.siggraph.org/s98/conference/courses/18.html"
          },
          {
            "@name":"reference",
            "@content":"http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0098.htm"
          },
          {
            "@name":"reference",
            "@content":"http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0109.htm"
          },
          {
            "@name":"reference",
            "@content":"http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/vrml97.htm"
          },
          {
            "@name":"reference",
            "@content":"https://www.web3d.org/x3d/content/examples/X3dResources.html"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/Dinette.x3d"
          },
          {
            "@name":"generator",
            "@content":"Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit, 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":"Two separate world components are inlined: a table, and a chair. The chair is then instanced three times more to put one chair on each side of the table. The completed shape is a dinette, suitable for inlining in to further worlds."
          },
          {
            "#comment":"Things to experiment with:"
          },
          {
            "#comment":"Add things to the table, such as plates, glasses, candles, etc."
          },
          {
            "#comment":"Add a point light source at the tip of a candle on the table"
          },
          {
            "#comment":"Change the table to use a formica table top texture. Change the table and chair legs to chrome by using a specular color and shininess factor in their Material nodes. Add a cloth texture to the chair seats."
          },
          {
            "#comment":"Place the dinette in a room by inlining it."
          },
          { "WorldInfo":
            {
              "@title":"Dinette.x3d"
            }
          },
          { "Inline":
            {
              "@url":["Table.x3d","https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/Table.x3d","Table.wrl","https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/Table.wrl"]
            }
          },
          { "Transform":
            {
              "@translation":[0.95,0.0,0.0],
              "-children":[
                { "Inline":
                  {
                    "@DEF":"Chair",
                    "@url":["Chair.x3d","https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/Chair.x3d","Chair.wrl","https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/Chair.wrl"]
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@rotation":[0.0,1.0,0.0,3.14],
              "@translation":[-0.95,0.0,0.0],
              "-children":[
                { "Inline":
                  {
                    "@USE":"Chair"
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@rotation":[0.0,1.0,0.0,-1.57],
              "@translation":[0.0,0.0,0.95],
              "-children":[
                { "Inline":
                  {
                    "@USE":"Chair"
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@rotation":[0.0,1.0,0.0,1.57],
              "@translation":[0.0,0.0,-0.95],
              "-children":[
                { "Inline":
                  {
                    "@USE":"Chair"
                  }
                }
              ]
            }
          }
        ]
    }
  }
}