elements


  Anchor {
  url IS url
  children [
          Shape {
                     geometry Sphere { } ## default
                     appearance Appearance {
                          texture ImageTexture {
                                  url IS img
                          }
                  }
             }
  ] } ## end Anchor