instantreality 1.0

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

Combiner

Defines the base node for all combiner nodes. Combiner are nodes which are called once per frame (at the end of the frame) to combine all values which are send to the instance in the current frame. They work similar to Morpher-Nodes but can automatically recalculate the key elements if the valueCount field is set.

Inheritance

Code

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

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element