{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"4.0",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-4.0.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"AxesDisplay.x3d"
          },
          {
            "@name":"description",
            "@content":"Simple RBG XYZ axes for locating bone centers of rotation"
          },
          {
            "@name":"creator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"21 April 2026"
          },
          {
            "@name":"modified",
            "@content":"21 April 2026"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/HumanoidAnimation/Bones/AxesDisplay.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"21 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":"AxesDisplay.x3d"
            }
          },
          { "Background":
            {
              "@skyColor":[1,1,0.984314]
            }
          },
          { "Viewpoint":
            {
              "@DEF":"AxesDisplayHiddenViewpoint",
              "@orientation":[-0.11886,0.99212,0.03962,0.648263],
              "@position":[0.15,0.02,0.2]
            }
          },
          { "Shape":
            {
              "@DEF":"AxisRedX",
              "-geometry":
                { "Box":
                  {
                    "@size":[0.1,0.001,0.001]
                  }
                },
              "-appearance":
                { "Appearance":
                  {
                    "-material":
                      { "Material":
                        {
                          "@diffuseColor":[1,0,0]
                        }
                      }
                  }
                }
            }
          },
          { "Shape":
            {
              "@DEF":"AxisGreenY",
              "-geometry":
                { "Box":
                  {
                    "@size":[0.001,0.1,0.001]
                  }
                },
              "-appearance":
                { "Appearance":
                  {
                    "-material":
                      { "Material":
                        {
                          "@diffuseColor":[0,1,0]
                        }
                      }
                  }
                }
            }
          },
          { "Shape":
            {
              "@DEF":"AxisBlueZ",
              "-geometry":
                { "Box":
                  {
                    "@size":[0.001,0.001,0.1]
                  }
                },
              "-appearance":
                { "Appearance":
                  {
                    "-material":
                      { "Material":
                        {
                          "@diffuseColor":[0,0,1]
                        }
                      }
                  }
                }
            }
          }
        ]
    }
  }
}