SFMatrix


Purpose:

SFMatrix is a single-value field found in the MatrixTransform node. This field contains a transformation matrix. These fields are written in row-major order as 16 floating point numbers separated by whitespace.

Example

1 0 0 0 0 1 0 0 0 0 1 0 7 0 0 1

This represents a matrix expressing a translation of 7 units along the X axis.