layer 1


  
  DEF l1 Layer3D
  { 
     depth -10
     translation 0.05 0.05
     size 0.4 0.4
  
     background Background { skyColor [ 1.0 0.3 1 ] }
     viewpoint        DEF Viewpoint1 Viewpoint {
                          fieldOfView 0.96
                          orientation 0 -1 0 0.42
                          position -0.75 1.85 1.3
                          description "Entryview"
                  },
  
     children [
                  DEF TS TouchSensor {} 
                  DEF Entry1 Inline { url "@talk-2.wrl" }
                          ]
  }