#VRML V2.0 utf8
Shape {
geometry Text {string ["Hi," "world !"]
fontStyle FontStyle {justify "BEGIN"}}
}
Transform {
translation 0 -3 0
children [Shape {
geometry Text {string ["Hi,""world !"]
fontStyle FontStyle {justify "END"}}
}]}
Transform {
translation 0 3 0
children [Shape {
geometry Text {string ["Hi,""world !"]
fontStyle FontStyle {justify "MIDDLE"}}
}]}
Назад |
Содержание