pick_matrix
Creates a new transform matrix containing the selected transform components from an input transform.
Inputs
transform
The double4x4 transform to decompose.
use_shear
Preserves the shear component of the input transform if enabled.
use_scale
Preserves the scale component of the input transform if enabled.
use_rotation
Preserves the orientation component of the input transform if enabled.
use_translation
Preserves the translation component of the input transform if enabled.
Outputs
out_transform
The resulting array<double4x4> transform matrix.
