SoMatrixTransform

InventorModule
genre InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

The node SoMatrixTransform defines a geometric 3D transformation using a single SbMatrix.

Note that certain matrices (such as singular ones) may lead to errors in bounding boxes, picking, and lighting.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoMatrixTransform._default.png

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Matrix

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

Sets the transformation matrix.