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.
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element