layer


  DEF layer Layer3D
  { 
     depth -30  
     translation 0.10 0.0
     size 0.8 0.9
  
     background Background { skyColor [ 1 1 0 ] }
     viewpoint Viewpoint { position 0 0 10 }
     children [
                  DEF inline Inline { url "@dlp.wrl" }
                  Transform { translation -5 2 0 
                              children [
                              DEF touch TouchSensor { }
                              Shape {
                                  geometry Sphere { }
                                  appearance Appearance {
                                    texture ImageTexture {
                                          url "@logo.gif"
                                          }
                                  }
                                  }