#VRML V2.0 utf8
Shape {
appearance Appearance {
material Material { }
}
geometry Text {
string "Small"
fontStyle FontStyle {
size 0.5
spacing 0.5
}
}
}
Shape {
appearance Appearance {
material Material { }
}
geometry Text {
string [ "", "Medium" ]
fontStyle FontStyle {
size 1.0
spacing 1.0
}
}
}
Shape {
appearance Appearance {
material Material { }
}
geometry Text {
string [ "", "Large" ]
fontStyle FontStyle {
size 3.0
spacing 1.1
}
}
}