[x3d-public] Please translate this file with X3dToJson.xslt on the client

Don Brutzman brutzman at nps.edu
Tue May 23 21:10:32 PDT 2017


copied pasted converted using X3D-Edit.  worked, attached.

On 5/22/2017 2:42 PM, John Carlson wrote:
> <?xml version="1.0" encoding="UTF-8"?>
> 
> <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "http://www.web3d.org/specifications/x3d-3.3.dtd">
> 
> <X3D  profile="Immersive" version="3.3" ><head><meta name="title" content="abox.x3d"></meta>
> 
> <meta name="creator" content="John Carlson"></meta>
> 
> <meta name="generator" content="manual"></meta>
> 
> <meta name="identifier" content="https://coderextreme.net/X3DJSONLD/abox.x3d"></meta>
> 
> <meta name="description" content="a box"></meta>
> 
> </head>
> 
> <Scene><Transform><Transform><Shape><Box containerField="geometry" size="140 140 140"></Box>
> 
> </Shape>
> 
> </Transform>
> 
> </Transform>
> 
> </Scene>
> 
> </X3D>


all the best, Don
-- 
Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman at nps.edu
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149
X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman
-------------- next part --------------
{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.3",
    "@xsd:noNamespaceSchemaLocation":"http://www.web3d.org/specifications/x3d-3.3.xsd",
    "JSON schema":"http://www.web3d.org/specifications/x3d-3.3-JSONSchema.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"abox.x3d"
          },
          {
            "@name":"creator",
            "@content":"John Carlson"
          },
          {
            "@name":"generator",
            "@content":"manual"
          },
          {
            "@name":"identifier",
            "@content":"https://coderextreme.net/X3DJSONLD/abox.x3d"
          },
          {
            "@name":"description",
            "@content":"a box"
          },
          {
            "@name":"translated",
            "@content":"23 May 2017"
          },
          {
            "@name":"generator",
            "@content":"X3dToJson.xslt, http://www.web3d.org/x3d/stylesheets/X3dToJson.html"
          },
          {
            "@name":"warning",
            "@content":"An experimental version of X3D JSON encoding is used for this scene.  Status online at http://www.web3d.org/wiki/index.php/X3D_JSON_Encoding"
          }
        ]
    },
    "Scene": {
        "-children":[
          { "Transform":
            {
              "-children":[
                { "Transform":
                  {
                    "-children":[
                      { "Shape":
                        {
                          "-geometry":
                            { "Box":
                              {
                                "@size":[140,140,140]
                              }
                            }
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
    }
  }
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: newSceneGraph_13.x3d
Type: model/x3d+xml
Size: 771 bytes
Desc: not available
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20170523/c822c817/attachment.x3d>


More information about the x3d-public mailing list