{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Interchange",
    "@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":"TextureTransformFull.x3d"
          },
          {
            "@name":"description",
            "@content":"Two Boxes with the same PixelTexture showing different TextureTransform field values."
          },
          {
            "@name":"creator",
            "@content":"Leonard Daly and Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"2 February 2006"
          },
          {
            "@name":"translated",
            "@content":"2 February 2006"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"reference",
            "@content":"https://X3dGraphics.com"
          },
          {
            "@name":"reference",
            "@content":"https://www.web3d.org/x3d/content/examples/X3dResources.html"
          },
          {
            "@name":"rights",
            "@content":"Copyright (c) 2006, 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/Chapter05AppearanceMaterialTextures/TextureTransformFull.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":[
          { "WorldInfo":
            {
              "@title":"TextureTransformFull.x3d"
            }
          },
          { "Background":
            {
              "@skyColor":[1,1,1]
            }
          },
          { "Viewpoint":
            {
              "@description":"Book View",
              "@orientation":[0.42,0.905,-0.061,-0.83],
              "@position":[-4.02,1.24,3.61]
            }
          },
          { "Transform":
            {
              "@translation":[2,0,0],
              "-children":[
                { "Shape":
                  {
                    "-appearance":
                      { "Appearance":
                        {
                          "-texture":
                            { "PixelTexture":
                              {
                                "@DEF":"ColorTexture",
                                "@image":[2,4,3,16711680,16776960,30464,16711799,255,16742144,65399,8947848],
                                "@repeatS":false,
                                "@repeatT":false
                              }
                            }
                        }
                      },
                    "-geometry":
                      { "Box":
                        {
                          "@DEF":"DefaultBox"
                        }
                      }
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@translation":[-2,0,0],
              "-children":[
                { "Shape":
                  {
                    "-appearance":
                      { "Appearance":
                        {
                          "-texture":
                            { "PixelTexture":
                              {
                                "@USE":"ColorTexture"
                              }
                            },
                          "-textureTransform":
                            { "TextureTransform":
                              {
                                "@center":[0.25,0.33],
                                "@rotation":0.707,
                                "@scale":[2,0.333],
                                "@translation":[0.33,0.25]
                              }
                            },
                          "-material":
                            { "Material":
                              {
                              }
                            }
                        }
                      },
                    "-geometry":
                      { "Box":
                        {
                          "@USE":"DefaultBox"
                        }
                      }
                  }
                }
              ]
            }
          }
        ]
    }
  }
}