body


      Transform {
          translation IS position 
          children [
              DEF TRANSFORM Transform {
                  children [
                      Transform {
                          translation IS location
                          rotation    IS rotation
                          scale       IS scale
                          children    IS block
                      }
                  ]
              }
          ]
      }