{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.0",
    "@xsd:noNamespaceSchemaLocation":"https://www.web3d.org/specifications/x3d-3.0.xsd",
    "JSON schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.autogenerated.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"extra_levels.x3d"
          },
          {
            "@name":"reference",
            "@content":"http://www.nist.gov/vrml.html"
          },
          {
            "@name":"reference",
            "@content":"http://www.itl.nist.gov/div897/ctg/vrml/vrml.html"
          },
          {
            "@name":"creator",
            "@content":"http://www.itl.nist.gov/div897/ctg/vrml/members.html"
          },
          {
            "@name":"disclaimer",
            "@content":"This file was provided by the National Institute of Standards and Technology, and is part of the X3D Conformance Test Suite, available at http://www.nist.gov/vrml.html The information contained within this file is provided for use in establishing conformance to the ISO VRML97 Specification. Conformance to this test does not imply recommendation or endorsement by the National Institute of Standards and Technology (NIST). This software can be redistributed and/or modified freely provided that any derivative works bear some notice that they are derived from it, and any modified versions bear some notice that they have been modified."
          },
          {
            "@name":"reference",
            "@content":"Interactive Conformance Testing for VRML, Mary Brady and Lynn Rosenthal, NIST, created 8 September 2010 and updated 25 August 2016, https://www.nist.gov/itl/ssd/information-systems-group/interactive-conformance-testing-vrml"
          },
          {
            "@name":"info",
            "@content":"Correct definition and compliance of this conformance scene is maintained by the X3D Working Group, https://www.web3d.org/working-groups/x3d"
          },
          {
            "@name":"creator",
            "@content":"Michael Kass NIST"
          },
          {
            "@name":"translator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"translated",
            "@content":"21 January 2001"
          },
          {
            "@name":"modified",
            "@content":"28 August 2023"
          },
          {
            "@name":"description",
            "@content":"Test browser to ignore extra entries in the level field for which there are no corresponding entries in the range field. The test defines an LOD node with the level field ref2.x3d,ref3.x3d,ref4.x3d. The range field specifies two different range values that indicate at what distance to display the corresponding entry from the level field. The fourth entry in the level field does not contain a corresponding entry in the range field and therefore should always be ignore regardless of the users avatar position Each entry in the level field adds a level of detail to the figure in question as the users avatar gets closer to the figure. The distance of the viewer from the object is changed by clicking on the desired buttom as indicated by the text displayed. The test should generate a figure that resembles a temple with white columns, a fly of stairs up front and a displayed when the highest level of detail is selected. Other levels display a version of the same figure, but with much less details.)"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/LOD/extra_levels.x3d"
          },
          {
            "@name":"generator",
            "@content":"Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../../license.html"
          },
          {
            "@name":"translated",
            "@content":"25 March 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":"extra_levels.x3d"
            }
          },
          { "NavigationInfo":
            {
              "@type":["EXAMINE","WALK","FLY","ANY"]
            }
          },
          { "Group":
            {
              "-children":[
                { "Viewpoint":
                  {
                    "@DEF":"the-view",
                    "@description":"user avatar position",
                    "@position":[0,0,64]
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@DEF":"big-trans1",
              "@translation":[0,0,54],
              "-children":[
                { "Transform":
                  {
                    "@scale":[0.02,0.02,0.02],
                    "@translation":[-5.2,-2,0],
                    "-children":[
                      { "Shape":
                        {
                          "-appearance":
                            { "Appearance":
                              {
                                "-material":
                                  { "Material":
                                    {
                                      "@ambientIntensity":1,
                                      "@diffuseColor":[0,1,0],
                                      "@emissiveColor":[0,1,0]
                                    }
                                  }
                              }
                            },
                          "-geometry":
                            { "Text":
                              {
                                "@string":["CLICK DESIRED LEVEL OF DETAIL BELOW"],
                                "-fontStyle":
                                  { "FontStyle":
                                    {
                                      "@DEF":"the-style",
                                      "@justify":["FIRST","FIRST"],
                                      "@size":29,
                                      "@style":"BOLD"
                                    }
                                  }
                              }
                            }
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@scale":[0.02,0.02,0.02],
                    "@translation":[-4.8,-2.7,0],
                    "-children":[
                      { "Shape":
                        {
                          "-appearance":
                            { "Appearance":
                              {
                                "@DEF":"the-appearance",
                                "-material":
                                  { "Material":
                                    {
                                      "@ambientIntensity":1,
                                      "@diffuseColor":[0,0,1],
                                      "@emissiveColor":[0,0,1]
                                    }
                                  }
                              }
                            },
                          "-geometry":
                            { "Text":
                              {
                                "@string":["LOWEST (0 0 64)"],
                                "-fontStyle":
                                  { "FontStyle":
                                    {
                                      "@USE":"the-style"
                                    }
                                  }
                              }
                            }
                        }
                      },
                      { "TouchSensor":
                        {
                          "@DEF":"the-touch1",
                          "@description":"touch to activate 1"
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@scale":[0.02,0.02,0.02],
                    "@translation":[-4.8,-3.4,0],
                    "-children":[
                      { "Shape":
                        {
                          "-appearance":
                            { "Appearance":
                              {
                                "@USE":"the-appearance"
                              }
                            },
                          "-geometry":
                            { "Text":
                              {
                                "@string":["MEDIUM LOW (0 0 48)"],
                                "-fontStyle":
                                  { "FontStyle":
                                    {
                                      "@USE":"the-style"
                                    }
                                  }
                              }
                            }
                        }
                      },
                      { "TouchSensor":
                        {
                          "@DEF":"the-touch2",
                          "@description":"touch to activate 2"
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@scale":[0.02,0.02,0.02],
                    "@translation":[1,-2.7,0],
                    "-children":[
                      { "Shape":
                        {
                          "-appearance":
                            { "Appearance":
                              {
                                "@USE":"the-appearance"
                              }
                            },
                          "-geometry":
                            { "Text":
                              {
                                "@string":["MEDIUM (0 0 32)"],
                                "-fontStyle":
                                  { "FontStyle":
                                    {
                                      "@USE":"the-style"
                                    }
                                  }
                              }
                            }
                        }
                      },
                      { "TouchSensor":
                        {
                          "@DEF":"the-touch3",
                          "@description":"touch to activate 3"
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@scale":[0.02,0.02,0.02],
                    "@translation":[1,-3.4,0],
                    "-children":[
                      { "Shape":
                        {
                          "-appearance":
                            { "Appearance":
                              {
                                "@USE":"the-appearance"
                              }
                            },
                          "-geometry":
                            { "Text":
                              {
                                "@string":["HIGHEST (0 0 16)"],
                                "-fontStyle":
                                  { "FontStyle":
                                    {
                                      "@USE":"the-style"
                                    }
                                  }
                              }
                            }
                        }
                      },
                      { "TouchSensor":
                        {
                          "@DEF":"the-touch4",
                          "@description":"touch to activate 4"
                        }
                      }
                    ]
                  }
                }
              ]
            }
          },
          { "TimeSensor":
            {
              "@DEF":"time1",
              "@cycleInterval":2
            }
          },
          { "TimeSensor":
            {
              "@DEF":"time2",
              "@cycleInterval":2
            }
          },
          { "TimeSensor":
            {
              "@DEF":"time3",
              "@cycleInterval":2
            }
          },
          { "TimeSensor":
            {
              "@DEF":"time4",
              "@cycleInterval":2
            }
          },
          { "PositionInterpolator":
            {
              "@DEF":"first-position",
              "@key":[0,1],
              "@keyValue":[0,0,64,0,0,64]
            }
          },
          { "PositionInterpolator":
            {
              "@DEF":"second-position",
              "@key":[0,1],
              "@keyValue":[0,0,48,0,0,48]
            }
          },
          { "PositionInterpolator":
            {
              "@DEF":"third-position",
              "@key":[0,1],
              "@keyValue":[0,0,32,0,0,32]
            }
          },
          { "PositionInterpolator":
            {
              "@DEF":"fourth-position",
              "@key":[0,1],
              "@keyValue":[0,0,16,0,0,16]
            }
          },
          { "PositionInterpolator":
            {
              "@DEF":"text1",
              "@key":[0,1],
              "@keyValue":[0,0,54,0,0,54]
            }
          },
          { "PositionInterpolator":
            {
              "@DEF":"text2",
              "@key":[0,1],
              "@keyValue":[0,0,38,0,0,38]
            }
          },
          { "PositionInterpolator":
            {
              "@DEF":"text3",
              "@key":[0,1],
              "@keyValue":[0,0,22,0,0,22]
            }
          },
          { "PositionInterpolator":
            {
              "@DEF":"text4",
              "@key":[0,1],
              "@keyValue":[0,0,6,0,0,6]
            }
          },
          { "Transform":
            {
              "@rotation":[1,0,0,0.15],
              "-children":[
                { "LOD":
                  {
                    "@DEF":"intentional-extra-level",
                    "@range":[17,33],
                    "-children":[
                      { "Inline":
                        {
                          "@url":["ref1.x3d","https://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/LOD/ref1.x3d","ref1.wrl","https://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/LOD/ref1.wrl"]
                        }
                      },
                      { "Inline":
                        {
                          "@url":["ref2.x3d","https://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/LOD/ref2.x3d","ref2.wrl","https://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/LOD/ref2.wrl"]
                        }
                      },
                      { "Inline":
                        {
                          "@url":["ref3.x3d","https://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/LOD/ref3.x3d","ref3.wrl","https://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/LOD/ref3.wrl"]
                        }
                      },
                      { "Inline":
                        {
                          "@url":["ref4.x3d","https://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/LOD/ref4.x3d","ref4.wrl","https://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/LOD/ref4.wrl"]
                        }
                      }
                    ]
                  }
                }
              ]
            }
          },
          { "ROUTE":
            {
              "@fromField":"touchTime",
              "@fromNode":"the-touch1",
              "@toField":"startTime",
              "@toNode":"time1"
            }
          },
          { "ROUTE":
            {
              "@fromField":"touchTime",
              "@fromNode":"the-touch2",
              "@toField":"startTime",
              "@toNode":"time2"
            }
          },
          { "ROUTE":
            {
              "@fromField":"touchTime",
              "@fromNode":"the-touch3",
              "@toField":"startTime",
              "@toNode":"time3"
            }
          },
          { "ROUTE":
            {
              "@fromField":"touchTime",
              "@fromNode":"the-touch4",
              "@toField":"startTime",
              "@toNode":"time4"
            }
          },
          { "ROUTE":
            {
              "@fromField":"fraction_changed",
              "@fromNode":"time1",
              "@toField":"set_fraction",
              "@toNode":"first-position"
            }
          },
          { "ROUTE":
            {
              "@fromField":"fraction_changed",
              "@fromNode":"time2",
              "@toField":"set_fraction",
              "@toNode":"second-position"
            }
          },
          { "ROUTE":
            {
              "@fromField":"fraction_changed",
              "@fromNode":"time3",
              "@toField":"set_fraction",
              "@toNode":"third-position"
            }
          },
          { "ROUTE":
            {
              "@fromField":"fraction_changed",
              "@fromNode":"time4",
              "@toField":"set_fraction",
              "@toNode":"fourth-position"
            }
          },
          { "ROUTE":
            {
              "@fromField":"value_changed",
              "@fromNode":"first-position",
              "@toField":"position",
              "@toNode":"the-view"
            }
          },
          { "ROUTE":
            {
              "@fromField":"value_changed",
              "@fromNode":"second-position",
              "@toField":"position",
              "@toNode":"the-view"
            }
          },
          { "ROUTE":
            {
              "@fromField":"value_changed",
              "@fromNode":"third-position",
              "@toField":"position",
              "@toNode":"the-view"
            }
          },
          { "ROUTE":
            {
              "@fromField":"value_changed",
              "@fromNode":"fourth-position",
              "@toField":"position",
              "@toNode":"the-view"
            }
          },
          { "ROUTE":
            {
              "@fromField":"fraction_changed",
              "@fromNode":"time1",
              "@toField":"set_fraction",
              "@toNode":"text1"
            }
          },
          { "ROUTE":
            {
              "@fromField":"fraction_changed",
              "@fromNode":"time2",
              "@toField":"set_fraction",
              "@toNode":"text2"
            }
          },
          { "ROUTE":
            {
              "@fromField":"fraction_changed",
              "@fromNode":"time3",
              "@toField":"set_fraction",
              "@toNode":"text3"
            }
          },
          { "ROUTE":
            {
              "@fromField":"fraction_changed",
              "@fromNode":"time4",
              "@toField":"set_fraction",
              "@toNode":"text4"
            }
          },
          { "ROUTE":
            {
              "@fromField":"value_changed",
              "@fromNode":"text1",
              "@toField":"translation",
              "@toNode":"big-trans1"
            }
          },
          { "ROUTE":
            {
              "@fromField":"value_changed",
              "@fromNode":"text2",
              "@toField":"translation",
              "@toNode":"big-trans1"
            }
          },
          { "ROUTE":
            {
              "@fromField":"value_changed",
              "@fromNode":"text3",
              "@toField":"translation",
              "@toNode":"big-trans1"
            }
          },
          { "ROUTE":
            {
              "@fromField":"value_changed",
              "@fromNode":"text4",
              "@toField":"translation",
              "@toNode":"big-trans1"
            }
          }
        ]
    }
  }
}