X3D.Meta
from Node Reference
This node is used to attach metadata anywhere in the scene graph. In the XML? encoding, <meta> nodes must be the first child of any node that includes metadata.
<Meta> node (Core)
parent: any, including X3D node.
attributes:
- name='description'
- content='X3D scene header and prototype syntax examples.'
NOTE: Since a metadata node is derived from X3DNode, the metadata node may itself have metadata.
If the metadata information should apply to the entire world and be provided for access via routing, a WorldInfo node containing the metadata in its metadata field may be inserted as a root node.
See also