sensor


  
  Transform {
     translation -7 5 0
     children [
        DEF SENSOR TouchSensor {
        }
        Shape {
           appearance Appearance {
              material Material {
                 emissiveColor 1 0 0
              }
           }
           geometry Sphere {
              radius 0.1
           }
        }
     ]
  }