#VRML V2.0 utf8
Shape {
geometry Text {string ["Hello, world ! - SERIF"]
fontStyle FontStyle {family "SERIF"}}
}
Transform {
translation 0 2 0
children [Shape {
geometry Text {string ["Hello, world ! - SANS"]
fontStyle FontStyle {family "SANS"}}
}]}
Transform {
translation 0 -2 0
children [Shape {
geometry Text {string ["Hello, world ! - TYPEWRITER"]
fontStyle FontStyle {family "TYPEWRITER"}}
}]}
Назад |
Содержание