instantreality 1.0

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

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
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
SFBool 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.
SFMatrix4f 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.
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element
SFRotation rotation_changed SFRotation outputOnly 0 0 1 0 rotation specifies a rotation in terms of an axis and angel, in radians.
SFRotation scaleOrientation_changed SFRotation outputOnly 0 0 1 0 scaleOrientation specifies the rotation orientation for the scale operation.
SFString mode SFString inputOutput default This exposed field is currently not used.
SFVec3f center_changed SFVec3f outputOnly 0 0 0 center specifies the origin for the scale and rotation operations.
SFVec3f scale_changed SFVec3f outputOnly 1 1 1 scale specifies a scale, which can be nonuniform.
SFVec3f translation_changed SFVec3f outputOnly 0 0 0 translation specifies a translation vector.