image


  
  Transform {
     translation 5 5 0
     children [
        Shape {
           appearance Appearance {            
              texture ImageTexture {
                 url "@logo.gif"
              }
              textureTransform DEF TEXTRANS TextureTransform {}
           }
           geometry Box {
              size 10 10 1e-8
           }
        }
     ]
  }