MatrixDecomposer
Decomposes a 4*4 matrix to its individual transformations.
Inheritance
Code
XML encoding
<MatrixDecomposer mode='default' enabled='TRUE' logFeature='' />
Classic encoding
MatrixDecomposer { mode "default" enabled TRUE logFeature [""] }
Interface
Filter: X3D only | Avalon only | All
id | Name | DataType | PartType | Default | ValueType | Description |
---|---|---|---|---|---|---|
set_matrix | SFMatrix4f | inputOnly | 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 | Send the 4*4 matrix that you want to decompose to this inslot. | ||
enabled | SFBool | inputOutput | TRUE | Enables or disables the node. A node that is disabled does not react to incoming events and does not send events. | ||
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 | ||
metadata | SFNode | inputOutput | MetadataObject | container for payload metadata inside MetadataSet element | ||
mode | SFString | inputOutput | default | This exposed field is currently not used. | ||
center_changed | SFVec3f | outputOnly | 0 0 0 | center specifies the origin for the scale and rotation operations. | ||
rotation_changed | SFRotation | outputOnly | 0 0 1 0 | rotation specifies a rotation in terms of an axis and angel, in radians. | ||
scaleOrientation_changed | SFRotation | outputOnly | 0 0 1 0 | scaleOrientation specifies the rotation orientation for the scale operation. | ||
scale_changed | SFVec3f | outputOnly | 1 1 1 | scale specifies a scale, which can be nonuniform. | ||
translation_changed | SFVec3f | outputOnly | 0 0 0 | translation specifies a translation vector. |