bounce instances


  Transform {
  translation -12 0 0
  children [
  bounce { accel 0.1 object USE OBJECT1  }
  ] }
  
  Transform {
  translation 0 0 0
  children [
  bounce { accel 0.2 object USE OBJECT2  }
  ] }
  
  Transform {
  translation 12 0 0
  children [
  bounce { accel 0.3 object USE OBJECT3  }
  ] }
  
  Transform {
  translation -6 0 -10
  children [
  bounce { accel 0.4 object USE OBJECT4  }
  ] }
  
  Transform {
  translation 6 0 -10
  children [
  bounce { accel 0.5 object USE OBJECT5  }
  ] }