body


      Transform {
          translation IS location
          rotation    IS rotation
          scale       IS scale
          children [
              DEF BOXTRANSFORM Transform {
                  translation 0 0 -1
                  scale 1.1 1 1
              }
              DEF TRANSFORM Transform {
                  children [
                      DEF GROUP Group {}
                  ]
              }
          ]
      }