{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"CADInterchange",
    "@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": {
        "-children":[
          {
            "#comment":"Alternative to profile='CADInterchange' is X3D profile='Interchange' with <component level='1' name='CADGeometry' />"
          }
        ],
        "meta": [
          {
            "@name":"title",
            "@content":"IndexedQuadSetExample.x3d"
          },
          {
            "@name":"description",
            "@content":"A simple example of the use of the IndexedQuadSet node."
          },
          {
            "@name":"created",
            "@content":"31 August 2008"
          },
          {
            "@name":"modified",
            "@content":"27 July 2024"
          },
          {
            "@name":"creator",
            "@content":"Leonard Daly and Don Brutzman"
          },
          {
            "@name":"reference",
            "@content":"https://X3dGraphics.com"
          },
          {
            "@name":"reference",
            "@content":"https://www.web3d.org/x3d/content/examples/X3dResources.html"
          },
          {
            "@name":"rights",
            "@content":"Copyright 2008, Daly Realism and Don Brutzman"
          },
          {
            "@name":"subject",
            "@content":"X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter13GeometryTrianglesQuadrilaterals/IndexedQuadSetExample.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 4.0, 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":[
          { "WorldInfo":
            {
              "@title":"IndexedQuadSetExample.x3d"
            }
          },
          { "Viewpoint":
            {
              "@description":"IndexedQuadSet example"
            }
          },
          { "Background":
            {
              "@skyColor":[1,1,1]
            }
          },
          { "Transform":
            {
              "-children":[
                { "Shape":
                  {
                    "-geometry":
                      { "IndexedQuadSet":
                        {
                          "@index":[0,1,2,3,4,5,6,7],
                          "@solid":false,
                          "-coord":
                            { "Coordinate":
                              {
                                "@point":[-6,-2,0,-1,-2,0,-1,2,0,-6,2,0,1,-2,0,6,-2,0,6,2,0,1,2,0]
                              }
                            },
                          "-color":
                            { "Color":
                              {
                                "@color":[0.2,0.2,0.2,1,0.058824,0.227451,0.4,1,0.121569,0,0.007843,0.960784,0.6,0.235294,0,0.94902,1,0.380392,0.239216,1,0.886275,1,0.121569,0.964706]
                              }
                            }
                        }
                      }
                  }
                }
              ]
            }
          }
        ]
    }
  }
}