VRML : Miscellaneous

This page contains a few extra VRML nodes, and a bit of information on VRML document server considerations.


Extra VRML Nodes
FontStyle
This nodes sets preferences for the appearance of text created with the AsciiText node. Again, different browsers will produce different results.
ParameterDefault Value Data Type
familySERIFEnumerated - SANS | SERIF | TYPEWRITER
size10 Float
styleNONEEnumerated - BOLD | ITALIC | NONE

Example: Select a sans serif font, bold, size 14.

FontStyle {
	family SANS
	size 14
	style BOLD
}
Info
Because many VRML document servers strip-out comments and white-space before sending the document, comments concerning copyright, author info, or any other "important" data can get lost before sending the document. To overcome this, the Info exists. The string parameter has no effect whatsoever on the world, and can be used for any comment that needs to be transmitted.
ParameterDefault Value Data Type
string"<Undefined info>"String

Example: Send the Author's Name.

Info {
	string "This VRML world was created by Fred"
}

Nodes Not Included In This Discusion

For many reasons, mainly because the nodes are of no importantance to the representation of chemical data, some nodes have been totally unmentioned in this site. For completeness, a list of them appears here.


VRML Document Server Considerations


Next Topic (Chemistry in VRML)
Previous Topic (DEF and USE)
Back to the VRML Reference
Back to the Main Page

©Tom Thurston, 1997
Please feel free to use and redistribute this NONcommercially!