body


      DEF TRANSFORMXX Transform {
          translation IS position
      children [
      DEF TRANSFORM Transform {
          translation IS location
          rotation IS rotation
          scale IS scale 
          children [
              DEF BOXTRANSFORM Transform {
                  translation 0 0 -0.015
              }
              Shape {
                  appearance Appearance {
                      material Material {
                          diffuseColor 0 0 0
                          specularColor 0 0 0
                          emissiveColor IS color
                          transparency IS alpha
                      }
                  }
                  geometry DEF TEXT Text {
                      string IS string
                      fontStyle FontStyle {
                          size    IS height
                          family  IS family
                          style   IS style
                          justify [ "BEGIN" ]
                          topToBottom TRUE
                          leftToRight TRUE
                      }
                  }
              }
          ]
      } ] }