{ "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":"CreateSphereEaiJava.x3d"
          },
          {
            "@name":"example",
            "@content":"CreateSphereEaiJavaPage.html"
          },
          {
            "@name":"description",
            "@content":"External Authoring Interface (EAI) Java example from VRML 97 Amendment 2 specification."
          },
          {
            "@name":"creator",
            "@content":"Martin Reddy"
          },
          {
            "@name":"translator",
            "@content":"Xeena VRML importer, X3D-Edit 3.1, https://www.web3d.org/x3d/content/README.X3D-Edit.html"
          },
          {
            "@name":"translator",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"6 March 2001"
          },
          {
            "@name":"translated",
            "@content":"23 June 2003"
          },
          {
            "@name":"modified",
            "@content":"20 October 2019"
          },
          {
            "@name":"warning",
            "@content":"Under development. VRML 97 EAI support appears inconsistent for various browsers."
          },
          {
            "@name":"reference",
            "@content":"CreateSphereEai.java"
          },
          {
            "@name":"reference",
            "@content":"javadoc/index.html"
          },
          {
            "@name":"reference",
            "@content":"originals/create/"
          },
          {
            "@name":"reference",
            "@content":"https://www.web3d.org/technicalinfo/specifications/ISO_IEC_14772-All/part2/javaBind.html#Examples"
          },
          {
            "@name":"reference",
            "@content":"https://www.web3d.org/technicalinfo/specifications/ISO_IEC_14772-All/index.html"
          },
          {
            "@name":"reference",
            "@content":"http://www.parallelgraphics.com/developer/products/cortona/eai"
          },
          {
            "@name":"subject",
            "@content":"External Authoring Interface (EAI) Java example"
          },
          {
            "@name":"identifier",
            "@content":"https://www.web3d.org/x3d/content/examples/Basic/ExternalAuthoringInterface/CreateSphereEaiJava.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit"
          },
          {
            "@name":"generator",
            "@content":"Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html"
          },
          {
            "@name":"license",
            "@content":"../license.html"
          },
          {
            "@name":"translated",
            "@content":"20 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":"CreateSphereEaiJava.x3d"
            }
          },
          { "Group":
            {
              "@DEF":"NewNode"
            }
          },
          { "Shape":
            {
              "-appearance":
                { "Appearance":
                  {
                    "-material":
                      { "Material":
                        {
                          "@DEF":"BoxMaterial",
                          "@diffuseColor":[1.0,0.0,0.0]
                        }
                      }
                  }
                },
              "-geometry":
                { "Box":
                  {
                    "@size":[2.0,2.0,1.0]
                  }
                }
            }
          }
        ]
    }
  }
}