{ "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":"TextVertical.x3d"
          },
          {
            "@name":"description",
            "@content":"A FontStyle node describes Text font, this scene compares vertical and justification layout."
          },
          {
            "@name":"creator",
            "@content":"David R. Nadeau, John L. Moreland, Michael M. Heck"
          },
          {
            "@name":"translator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"1 July 1998"
          },
          {
            "@name":"translated",
            "@content":"2 February 2014"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"reference",
            "@content":"originals/textvert.wrl"
          },
          {
            "@name":"reference",
            "@content":"http://www.siggraph.org/s98"
          },
          {
            "@name":"reference",
            "@content":"http://www.siggraph.org/s98/conference/courses/18.html"
          },
          {
            "@name":"reference",
            "@content":"http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/slides/mt0042.htm"
          },
          {
            "@name":"reference",
            "@content":"http://www.sdsc.edu/~moreland/courses/Siggraph98/vrml97/vrml97.htm"
          },
          {
            "@name":"reference",
            "@content":"https://www.web3d.org/x3d/content/examples/X3dResources.html"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/TextVertical.x3d"
          },
          {
            "@name":"generator",
            "@content":"Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"01 September 2025"
          },
          {
            "@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":"TextVertical.x3d"
            }
          },
          { "Shape":
            {
              "@DEF":"Marker",
              "-appearance":
                { "Appearance":
                  {
                    "@DEF":"White",
                    "-material":
                      { "Material":
                        {
                        }
                      }
                  }
                },
              "-geometry":
                { "Sphere":
                  {
                    "@radius":0.2
                  }
                }
            }
          },
          { "Shape":
            {
              "-appearance":
                { "Appearance":
                  {
                    "@USE":"White"
                  }
                },
              "-geometry":
                { "Text":
                  {
                    "@string":["T e x t"],
                    "-fontStyle":
                      { "FontStyle":
                        {
                        }
                      }
                  }
                }
            }
          },
          { "Shape":
            {
              "-appearance":
                { "Appearance":
                  {
                    "@USE":"White"
                  }
                },
              "-geometry":
                { "Text":
                  {
                    "@string":["T e x t"],
                    "-fontStyle":
                      { "FontStyle":
                        {
                          "@leftToRight":false
                        }
                      }
                  }
                }
            }
          },
          { "Shape":
            {
              "-appearance":
                { "Appearance":
                  {
                    "@USE":"White"
                  }
                },
              "-geometry":
                { "Text":
                  {
                    "@string":["Text"],
                    "-fontStyle":
                      { "FontStyle":
                        {
                          "@horizontal":false
                        }
                      }
                  }
                }
            }
          },
          { "Shape":
            {
              "-appearance":
                { "Appearance":
                  {
                    "@USE":"White"
                  }
                },
              "-geometry":
                { "Text":
                  {
                    "@string":["Text"],
                    "-fontStyle":
                      { "FontStyle":
                        {
                          "@horizontal":false,
                          "@topToBottom":false
                        }
                      }
                  }
                }
            }
          }
        ]
    }
  }
}