#VRML V2.0 utf8 PROTO TextDisplay [ exposedField SFVec3f translation 0 0 0 exposedField SFVec3f scale 1 1 1 exposedField SFRotation rotation 0 1 0 0 exposedField MFString string "Place your text here" exposedField SFNode appearance Appearance {material Material {diffuseColor 1 1 1}} exposedField SFNode fontStyle FontStyle {justify "MIDDLE" family ["SANS"]} ] { DEF displayString Transform { translation IS translation scale IS scale rotation IS rotation children [ Shape { appearance IS appearance geometry Text { string IS string fontStyle IS fontStyle } } ] } } Viewpoint { position 0 0 20 } DEF description TextDisplay { }