Creates a VRML text object in an open VRML file.
Center
FontSize
Left
NOTE: The Left and Right keywords are mutually exclusive.
Rotation
Transform
AmbientColor
DiffuseColor
EmissiveColor
Shininess
SpecularColor
Texture_Image
There are four options:
(2, w, h)
(3, w, h)
(4, w, h)
Serif
Sans
Typewriter
Bold
Italic
If the text parameter is an array of strings, each string is placed on a separate line in the VRML world. The lines of text objects are centered about the baseline position of the first element string, and the lines are separated based on the point size of the font used.
VRML_OPEN, 'vrml_text.wrl' VRML_TEXT,['Visual Numerics', 'PV-WAVE'], $ Center = [0, 5, 0], $ EmissiveColor = [0, 0, 255], $ /Bold, /Serif, FontSize = 12 VRML_CLOSE
For a discussion of VRML text and definitions of attributes, see The VRML Sourcebook, by Andrea L. Ames, et al., John Wiley & Sons, Inc., 1996, Chapter 4.