Text

#VRML V2.0 utf8

Shape {
   appearance Appearance { 
      material Material { diffuseColor 0 0 0 } 
   }
   geometry Text {
      string [ "Hi there!" "How do?" ]
      fontStyle FontStyle {
	 family [ "Serenity", "SERIF" ]
      }
      length [ 4 6 ]
   }
}

NavigationInfo { type "EXAMINE" }

Viewpoint { description "start" position 4 0 10 }


mrl