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 |
---|---|---|---|---|---|---|
enabled | SFBool | inputOutput | TRUE | Flag to enable/disable the node behaviour | ||
metadata | SFNode | inputOutput | MetadataObject | container for payload metadata inside MetadataSet element |