instantreality 1.0

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

VectorCombiner

Node to linear combine (morph) a set of scalare values once per frame. The set is interpreted as a single vector. The length of the vector is set by the valueCount field

Inheritance

Code

XML encoding
<VectorCombiner keyValue=''
enabled='TRUE'
valueCount='1'
weights='1'
triggerName='Combine'
logFeature=''
 />
Classic encoding
VectorCombiner {
	keyValue []
	enabled TRUE
	valueCount 1
	weights [1]
	triggerName "Combine"
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
MFFloat add_keyValue MFFloat inputOnly Add a single value to the combiner
SFBool enabled SFBool inputOutput TRUE Flag to enable or disable the sensor
MFFloat keyValue MFFloat inputOutput Holds all values for one frame which are added by add_keyValue
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
SFString triggerName SFString initializeOnly Combine 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-eventOutut to the triggerSlot-eventInput Slot.
SFTime triggerSlot SFTime inputOnly slot which is used internally to connect a dynamic context-slot which name is set by the triggerName value. Its used automatically to install run-time environment trigger.
SFInt32 valueCount SFInt32 inputOutput 1 Defines the size of each element in the keyValue fields of derived nodes
MFFloat value_changed MFFloat outputOnly Output of the linear combination per frame
MFFloat weights MFFloat inputOutput 1 Defindes the weights for every keyValue weight