{ "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":"23 May 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":"23 May 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]
            }
          },
          {
            "#comment":"X-axis pair, each with TouchSensor descriptions plus/minus"
          },
          { "Transform":
            {
              "@translation":[0.025,0,0],
              "-children":[
                { "TouchSensor":
                  {
                    "@description":"+X axis"
                  }
                },
                { "Shape":
                  {
                    "@DEF":"AxisRedX",
                    "-geometry":
                      { "Box":
                        {
                          "@size":[0.05,0.001,0.001]
                        }
                      },
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                                "@diffuseColor":[1,0,0]
                              }
                            }
                        }
                      }
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@translation":[-0.025,0,0],
              "-children":[
                { "TouchSensor":
                  {
                    "@description":"-X axis"
                  }
                },
                { "Shape":
                  {
                    "@USE":"AxisRedX"
                  }
                }
              ]
            }
          },
          {
            "#comment":"Y-axis pair, each with TouchSensor descriptions plus/minus"
          },
          { "Transform":
            {
              "@translation":[0,0.025,0],
              "-children":[
                { "TouchSensor":
                  {
                    "@description":"+Y axis"
                  }
                },
                { "Shape":
                  {
                    "@DEF":"AxisGreenY",
                    "-geometry":
                      { "Box":
                        {
                          "@size":[0.001,0.05,0.001]
                        }
                      },
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                                "@diffuseColor":[0,1,0]
                              }
                            }
                        }
                      }
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@translation":[0,-0.025,0],
              "-children":[
                { "TouchSensor":
                  {
                    "@description":"-Y axis"
                  }
                },
                { "Shape":
                  {
                    "@USE":"AxisGreenY"
                  }
                }
              ]
            }
          },
          {
            "#comment":"Y-axis pair, each with TouchSensor descriptions plus/minus"
          },
          { "Transform":
            {
              "@translation":[0,0,0.025],
              "-children":[
                { "TouchSensor":
                  {
                    "@description":"+Z axis"
                  }
                },
                { "Shape":
                  {
                    "@DEF":"AxisBlueZ",
                    "-geometry":
                      { "Box":
                        {
                          "@size":[0.001,0.001,0.05]
                        }
                      },
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                                "@diffuseColor":[0,0,1]
                              }
                            }
                        }
                      }
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@translation":[0,0,-0.025],
              "-children":[
                { "TouchSensor":
                  {
                    "@description":"-Z axis"
                  }
                },
                { "Shape":
                  {
                    "@USE":"AxisBlueZ"
                  }
                }
              ]
            }
          }
        ]
    }
  }
}