SoMatrixTransform¶
- InventorModule¶
genre
author
package
definition
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¶
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.