Contains information about the world. More...
#include <Inventor/VRMLnodes/SoVRMLWorldInfo.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoVRMLWorldInfo () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFString | title |
SoMFString | info |
See the VRML97 Specification, below.
This section may reference portions of the VRML97 specification that are not present in this help file. The complete VRML97 spec is available at http://www.web3d.org .
The SoVRMLWorldInfo node contains information about the world. This node has no effect on the visual appearance or behavior of the world - it is strictly for documentation purposes. The title field is intended to store the name or title of the world so that browsers can present this to the user - for instance, in their window border. Any other information about the world can be stored in the info field - for instance, the scene author, copyright information, and public domain information.
info | [] |
title | "" |
metadata | NULL |
SoSFNode | set_metadata |
SoSFNode | metadata_changed |
SoVRMLWorldInfo::SoVRMLWorldInfo | ( | ) |
Constructor.
static SoType SoVRMLWorldInfo::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoVRMLNode.
virtual SoType SoVRMLWorldInfo::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoVRMLNode.
Any additional information that the author wishes to pass to the user.
Title of the world.