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