{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.2",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.2.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"ImageMappingExample.x3d"
          },
          {
            "@name":"description",
            "@content":"Demonstrate example image mapping to IndexedFaceSet used in Web3dTimeline.x3d"
          },
          {
            "@name":"creator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"4 March 2012"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"reference",
            "@content":"Web3dTimeline.x3d"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Basic/Web3dOutreach/ImageMappingExample.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":"ImageMappingExample.x3d"
            }
          },
          { "Viewpoint":
            {
              "@description":"Image mapping example",
              "@position":[0,0,1.2]
            }
          },
          { "Background":
            {
              "@skyColor":[0.941176,0.956863,1]
            }
          },
          { "Transform":
            {
              "@DEF":"ImageTransform",
              "@translation":[-0.5,-0.1,0],
              "-children":[
                { "Shape":
                  {
                    "-appearance":
                      { "Appearance":
                        {
                          "-texture":
                            { "ImageTexture":
                              {
                                "@url":["images/vrml97.gif","https://www.web3d.org/x3d/content/examples/Basic/Web3dOutreach/images/vrml97.gif"]
                              }
                            }
                        }
                      },
                    "-geometry":
                      { "IndexedFaceSet":
                        {
                          "@DEF":"ImageIFS",
                          "@coordIndex":[0,1,2,3,-1],
                          "@solid":false,
                          "-coord":
                            { "Coordinate":
                              {
                                "@DEF":"ImageCoordinate",
                                "@point":[0,0,0,0,0.18085106382978725,0,1,0.18085106382978725,0,1,0,0]
                              }
                            },
                          "-texCoord":
                            { "TextureCoordinate":
                              {
                                "@point":[0,0,0,1,1,1,1,0]
                              }
                            }
                        }
                      }
                  }
                }
              ]
            }
          }
        ]
    }
  }
}