{ "X3D": {
    "encoding":"UTF-8",
    "@profile":"Immersive",
    "@version":"3.0",
    "@xsd:noNamespaceSchemaLocation":"http://www.web3d.org/specifications/x3d-3.0.xsd",
    "JSON schema":"http://www.web3d.org/specifications/x3d-3.3-JSONSchema.json",
    "head": {
        "meta": [
          {
            "@name":"title",
            "@content":"Figure11.2CafeSignBillboard.x3d"
          },
          {
            "@name":"creator",
            "@content":"Figure 11.2, The VRML 2.0 Sourcebook, Copyright [1997] By Andrea L. Ames, David R. Nadeau, and John L. Moreland"
          },
          {
            "@name":"reference",
            "@content":"http://www.wiley.com/legacy/compbooks/vrml2sbk/ch11/11fig02.htm"
          },
          {
            "@name":"transcriber",
            "@content":"Don Brutzman"
          },
          {
            "@name":"created",
            "@content":"16 August 2000"
          },
          {
            "@name":"modified",
            "@content":"15 January 2011"
          },
          {
            "@name":"description",
            "@content":"A cafe sign within a billboard group."
          },
          {
            "@name":"identifier",
            "@content":"http://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter11-Grouping/Figure11.2CafeSignBillboard.x3d"
          },
          {
            "@name":"generator",
            "@content":"X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit"
          },
          {
            "@name":"license",
            "@content":"../../license.html"
          },
          {
            "@name":"translated",
            "@content":"19 March 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":[
          { "Viewpoint":
            {
              "@description":"Cafe sign Billboard entry view",
              "@orientation":[1,0,0,-0.2],
              "@position":[0,2,15]
            }
          },
          {
            "#comment":"Nesting a Viewpoint inside a Transform is a good way to precisely compose rotations about 2 different axes"
          },
          { "Transform":
            {
              "@rotation":[0,1,0,2.75],
              "@translation":[5,1.5,-15],
              "-children":[
                { "Viewpoint":
                  {
                    "@description":"Cafe sign Billboard view from corner",
                    "@orientation":[1,0,0,-0.2]
                  }
                }
              ]
            }
          },
          {
            "#comment":"Steal an Inline node from the next chapter, instead of copying a bagful of nodes from preceding Figure 11.1"
          },
          {
            "#comment":"Cafe Sign in a Billboard group"
          },
          { "Billboard":
            {
              "-children":[
                { "Inline":
                  {
                    "@url":["Figure11.1CafeSignSwitchResolutions.x3d","http://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter11-Grouping/Figure11.1CafeSignSwitchResolutions.x3d","Figure11.1CafeSignSwitchResolutions.wrl","http://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Chapter11-Grouping/Figure11.1CafeSignSwitchResolutions.wrl"]
                  }
                }
              ]
            }
          },
          {
            "#comment":"Non-billboard sign pole and ground"
          },
          { "Transform":
            {
              "@DEF":"POLE",
              "@translation":[0,-3.1,-0.1],
              "-children":[
                { "Shape":
                  {
                    "-geometry":
                      { "Box":
                        {
                          "@size":[0.4,4,0.4]
                        }
                      },
                    "-appearance":
                      { "Appearance":
                        {
                          "@DEF":"GREY_APPEARANCE",
                          "-material":
                            { "Material":
                              {
                                "@diffuseColor":[0.6,0.6,0.6]
                              }
                            }
                        }
                      }
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@DEF":"POLE_BASE",
              "@translation":[0,-5.2,-0.1],
              "-children":[
                { "Shape":
                  {
                    "-geometry":
                      { "Box":
                        {
                          "@size":[1,0.2,1]
                        }
                      },
                    "-appearance":
                      { "Appearance":
                        {
                          "@USE":"GREY_APPEARANCE"
                        }
                      }
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@DEF":"GROUND",
              "@translation":[0,-5.35,-0.1],
              "-children":[
                { "Shape":
                  {
                    "-geometry":
                      { "Box":
                        {
                          "@size":[10,0.1,10]
                        }
                      },
                    "-appearance":
                      { "Appearance":
                        {
                          "@USE":"GREY_APPEARANCE"
                        }
                      }
                  }
                }
              ]
            }
          }
        ]
    }
  }
}