SoMLMatrixTransform

MacroModule
author Tom Lucas Koller
package FMEstable/ReleaseMeVis
definition SoMLMatrixTransform.def

Purpose

This module has the same functionality as SoMatrixTransform, but it uses the Standard MLMatrix instead of the SbMatrix. I.e. It does perform the necessary conversion (transpose of the matrix) automatically. This node defines a geometric 3D transformation with a single MLMatrix.

Note that some matrices (such as singular ones) may result in errors in bounding boxes, picking, and lighting.

Usage

Plug it in left of the scene you want to transform.

Windows

Default Panel

../../../Modules/Macros/SoMLMatrixTransform/mhelp/Images/Screenshots/SoMLMatrixTransform._default.png

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Transform

name: transform, type: Matrix, default: 1 0 0 0, 0 1 0 0, 0 0 1 0, 0 0 0 1

Transformation Matrix (MLMatrix)