body


  DEF root Group {
  children [
  Transform {
  translation IS translation
  scale IS scale
  rotation IS rotation
  children [
  
     Group {
     children IS children
     addChildren IS addChildren
     removeChildren IS removeChildren
     }
  
  DEF touch TouchSensor { }