instantreality 1.0

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

NormalMorpher

The NormalMorpher node linearly interpolates among a set of MFVec3f values. It many used for morping normals of coordinate sets (e.g. for facial animation) The number of elements in the keyValue shall be an integer multiple of the number of elements in the "set_weights" slot. That integer multiple defines how many coordinates will be contained in the value_changed eventout slot.

Inheritance

Code

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

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFBool enabled SFBool inputOutput TRUE Flag to enable/disable the node behaviour
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element