instantreality 1.0

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

Morpher

Defines a abstract base node for all morph-nodes. The basic operation of all morph-nodes is to interpolate among a set of attributes. It works similar to the Interpolator nodes but does not linear combine just two values but all values stored in the keyValue field. The value set by the "set_weights" slot defines the weighting of all keyValues. One weight per keyValue element.

Inheritance

Code

XML encoding
<Morpher enabled='TRUE'
logFeature=''
 />
Classic encoding
Morpher {
	enabled TRUE
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
MFFloat set_weights MFFloat inputOnly triggers the node to linear combine all keyValue with the given weights
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