{ "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":"OrderOfOperations1.x3d"
          },
          {
            "@name":"description",
            "@content":"Illustration of Order of Operations: initial and final results from translation, rotation, and scale operations."
          },
          {
            "@name":"creator",
            "@content":"Leonard Daly"
          },
          {
            "@name":"created",
            "@content":"22 May 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/Chapter03Grouping/OrderOfOperations1.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":"OrderOfOperations1.x3d"
            }
          },
          { "Background":
            {
              "@skyColor":[1,1,1]
            }
          },
          { "NavigationInfo":
            {
            }
          },
          { "Viewpoint":
            {
              "@description":"Order of operations 1",
              "@orientation":[0.66238,-0.73267,0.15637,0.623402],
              "@position":[-2,-2,4]
            }
          },
          { "Shape":
            {
              "@DEF":"OriginSphere",
              "-appearance":
                { "Appearance":
                  {
                    "-material":
                      { "Material":
                        {
                          "@diffuseColor":[1,0.2,0.2]
                        }
                      }
                  }
                },
              "-geometry":
                { "Sphere":
                  {
                    "@radius":0.25
                  }
                }
            }
          },
          { "Shape":
            {
              "@DEF":"InitialBox",
              "-appearance":
                { "Appearance":
                  {
                    "-material":
                      { "Material":
                        {
                        }
                      }
                  }
                },
              "-geometry":
                { "Box":
                  {
                    "@DEF":"Box.3.6.9",
                    "@size":[0.3,0.6,0.9]
                  }
                }
            }
          },
          { "Transform":
            {
              "@rotation":[0.3,0.3,0.3,1],
              "@scale":[3,2,1.5],
              "@translation":[1,1,0],
              "-children":[
                { "Shape":
                  {
                    "@DEF":"TransformedBox",
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                                "@diffuseColor":[1,0.5,0]
                              }
                            }
                        }
                      },
                    "-geometry":
                      { "Box":
                        {
                          "@USE":"Box.3.6.9"
                        }
                      }
                  }
                }
              ]
            }
          }
        ]
    }
  }
}