{ "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":"Column.x3d"
          },
          {
            "@name":"description",
            "@content":"Gothic marble column: this file builds a column, such as might be found in gothic architecture. The column is used in multiple other examples."
          },
          {
            "@name":"creator",
            "@content":"David R. Nadeau"
          },
          {
            "@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":"Columns.x3d"
          },
          {
            "@name":"reference",
            "@content":"originals/column.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/mt0500.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/Column.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":"Column.x3d"
            }
          },
          { "Collision":
            {
              "@enabled":false,
              "-children":[
                { "Transform":
                  {
                    "@translation":[0.0,0.2,0.0],
                    "-children":[
                      { "Shape":
                        {
                          "-appearance":
                            { "Appearance":
                              {
                                "-textureTransform":
                                  { "TextureTransform":
                                    {
                                      "@rotation":0.1,
                                      "@scale":[1.0,0.1],
                                      "@translation":[0.2,0.2]
                                    }
                                  },
                                "-material":
                                  { "Material":
                                    {
                                      "@DEF":"MarbleMaterial",
                                      "@ambientIntensity":0.4
                                    }
                                  },
                                "-texture":
                                  { "ImageTexture":
                                    {
                                      "@DEF":"MarbleImage",
                                      "@url":["marble_g.jpg","https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/Siggraph98Course/marble_g.jpg"]
                                    }
                                  }
                              }
                            },
                          "-geometry":
                            { "Box":
                              {
                                "@size":[0.9,0.4,0.9]
                              }
                            }
                        }
                      }
                    ]
                  }
                }
              ]
            }
          },
          { "Transform":
            {
              "@translation":[0.0,2.5,0.0],
              "-children":[
                { "Shape":
                  {
                    "-appearance":
                      { "Appearance":
                        {
                          "-material":
                            { "Material":
                              {
                                "@USE":"MarbleMaterial"
                              }
                            },
                          "-texture":
                            { "ImageTexture":
                              {
                                "@USE":"MarbleImage"
                              }
                            }
                        }
                      },
                    "-geometry":
                      { "Cylinder":
                        {
                          "@bottom":false,
                          "@height":4.2,
                          "@radius":0.4,
                          "@top":false
                        }
                      }
                  }
                }
              ]
            }
          },
          { "Collision":
            {
              "@enabled":false,
              "-children":[
                { "Transform":
                  {
                    "@translation":[0.0,4.6,0.0],
                    "-children":[
                      { "Shape":
                        {
                          "-appearance":
                            { "Appearance":
                              {
                                "-textureTransform":
                                  { "TextureTransform":
                                    {
                                      "@rotation":0.4,
                                      "@scale":[1.0,0.2],
                                      "@translation":[0.1,0.3]
                                    }
                                  },
                                "-material":
                                  { "Material":
                                    {
                                      "@USE":"MarbleMaterial"
                                    }
                                  },
                                "-texture":
                                  { "ImageTexture":
                                    {
                                      "@USE":"MarbleImage"
                                    }
                                  }
                              }
                            },
                          "-geometry":
                            { "IndexedFaceSet":
                              {
                                "@coordIndex":[0,1,5,4,-1,1,2,6,5,-1,2,3,7,6,-1,3,0,4,7,-1],
                                "-coord":
                                  { "Coordinate":
                                    {
                                      "@point":[-0.3,0.0,0.3,0.3,0.0,0.3,0.3,0.0,-0.3,-0.3,0.0,-0.3,-0.4,0.2,0.4,0.4,0.2,0.4,0.4,0.2,-0.4,-0.4,0.2,-0.4]
                                    }
                                  }
                              }
                            }
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@translation":[0.0,4.85,0.0],
                    "-children":[
                      { "Shape":
                        {
                          "-appearance":
                            { "Appearance":
                              {
                                "-textureTransform":
                                  { "TextureTransform":
                                    {
                                      "@rotation":0.5,
                                      "@scale":[1.0,0.2],
                                      "@translation":[0.2,0.3]
                                    }
                                  },
                                "-material":
                                  { "Material":
                                    {
                                      "@USE":"MarbleMaterial"
                                    }
                                  },
                                "-texture":
                                  { "ImageTexture":
                                    {
                                      "@USE":"MarbleImage"
                                    }
                                  }
                              }
                            },
                          "-geometry":
                            { "Box":
                              {
                                "@size":[1.0,0.1,1.0]
                              }
                            }
                        }
                      }
                    ]
                  }
                },
                { "Transform":
                  {
                    "@translation":[0.0,5.05,0.0],
                    "-children":[
                      { "Shape":
                        {
                          "-appearance":
                            { "Appearance":
                              {
                                "-textureTransform":
                                  { "TextureTransform":
                                    {
                                      "@rotation":0.4,
                                      "@scale":[1.0,0.2],
                                      "@translation":[0.1,0.3]
                                    }
                                  },
                                "-material":
                                  { "Material":
                                    {
                                      "@USE":"MarbleMaterial"
                                    }
                                  },
                                "-texture":
                                  { "ImageTexture":
                                    {
                                      "@USE":"MarbleImage"
                                    }
                                  }
                              }
                            },
                          "-geometry":
                            { "Box":
                              {
                                "@size":[1.1,0.3,1.1]
                              }
                            }
                        }
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
    }
  }
}