instantreality 1.0

Component:
Core
Status:
fully implemented
Structure type:
concrete
Standard:
X3D2.0

WorldInfo

WorldInfo contains persistent documentation information about the 3D world.

Inheritance

Code

XML encoding
<WorldInfo info=''
title=''
logFeature=''
 />
Classic encoding
WorldInfo {
	info [""]
	title ""
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
MFString info MFString initializeOnly Additional information about this world. Hint: Strings can have multiple values, so separate each string by quote marks [ 'http://www.url1.org' 'http://www.url2.org' 'etc.' ]. Hint: many XML tools substitute XML character references automatically if needed.
SFString title SFString initializeOnly title of this world, placed in window title. Hint: many XML tools substitute XML character references automatically if needed.
MFString logFeature MFString inputOutput state, child, parent, route, eventIn, eventOut controls the logging of changes, state: log state changes (e.g. live), child: log child add/remove, parent: log parent add/remove, route: log route add/remove; eventIn: log receiving of events, eventOut: log sending of events: guiView, runtime system should create node-view, guiEdit: runtime system should create node-editeverything: log everything
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element