instantreality 1.0

Component:
BehaviorController
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

TimelineComposer

Generates and controls animations given by a PML string.

Inheritance

Code

XML encoding
<TimelineComposer command=''
triggerName='Timer'
enabled='TRUE'
logFeature=''
 />
Classic encoding
TimelineComposer {
	command [""]
	triggerName "Timer"
	enabled TRUE
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
MFString command MFString inputOutput cdata Incoming PML string(s).
SFString message SFString outputOnly Outgoing PML string.
MFNode animationController MFNode inputOutput AnimationController Reference to all objects which shall be animated.
SFString triggerName SFString initializeOnly Timer Name of the dynamic context-slot which is used by the run-time environment (e.g. Jobs) to trigger the node. Life-Nodes will automatically connect the context-eventOutput to the triggerSlot-eventInput Slot.
SFBool enabled SFBool inputOutput TRUE Flag to enable/disable the node behaviour
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