cone


  
  Transform {
    translation  .5 -1 -1
    children [
      DEF ClickCone TouchSensor {}
      Shape {
        appearance Appearance {
          material Material {
            diffuseColor   1 .5 0
          }
        }
        geometry Cone {}
      }
    ]
  }