body


  DEF time TimeSensor { cycleInterval IS cycle loop TRUE enabled TRUE }
  
  Group {
     children [
        DEF object Transform {
           children [
              DEF shape Shape {
                 appearance Appearance {
                    material Material {
                       diffuseColor IS color
                       transparency IS transparency
                    }
                 }
                 geometry Box {}
              }
           ] }