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