object


  
  Transform {
       translation 0 0 0
       scale 2 2 2
       children [
          Shape {
             appearance DEF A Appearance {
                material Material {}
                texture ImageTexture { url ["logo.jpg"] }
             }
             geometry asphere { nlatitude 100 nlongitude 100 }
          }
       ]
    }