<<VRML 2.0 - An Introductory view by examples

WorldInfo

[example]                                                      [run]

It contains information about the world. It has no visual effect and is strictly for documentation purposes.

{
field MFString info [ ]
field SFString title ""
}

The browser may present the title field to the user. The field info contains any information.

Usage

   WorldInfo{
     info [Author : name, Date : May, 97, ...]
     title "Tutorial"
             }