29 #ifndef __WORLDINFO_H__
30 #define __WORLDINFO_H__
56 Inst< MFString > _info = 0,
57 Inst< SFString > _title = 0 );
64 H3DUniquePtr< MFString >
info;
Contains the MFString field class.
Contains the SFString field class.
Header file for X3DInfoNode, X3D scene-graph node.
The WorldInfo node contains information about the world.
Definition: WorldInfo.h:52
H3DUniquePtr< SFString > title
The title of the world.
Definition: WorldInfo.h:70
H3DUniquePtr< MFString > info
Extra information about the world, e.g.
Definition: WorldInfo.h:64
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: WorldInfo.h:73
This is the base node type for all nodes that contain only information without visual semantics.
Definition: X3DInfoNode.h:40
H3D API namespace.
Definition: Anchor.h:38
The H3DNodeDatabase contains a mapping between a name of a Node and the constructor for the Node with...
Definition: H3DNodeDatabase.h:194