#VRML V2.0 utf8 # WorldInfo to give some basic information WorldInfo { title "VRML 2.0 Text Example" } # Text (Example text string) Transform { translation 0 0 0 children [ Shape { geometry Text { string ["Hello", "VRML"] fontStyle FontStyle { family "SANS" size 1 justify "MIDDLE" } } appearance Appearance { material Material { diffuseColor 1 0 1 # Purple } } } ] }