Text Node


Text is two dimensional text, floating in a 3D world. The default Text{} syntax is:

Text{
fontStyle NULL
length []
maxextent 0.0
string []
}

Currently only the string field is supported by most browsers:

#VRML V2.0 utf8
#textuality

Shape{
geometry Text{
string ["I love you!"]
}

}

Now we t need to learn to move the objects around.


[ Next ] [ Previous ]