SelectTransformTRS

Select translation, rotation, or scale from a transform matrix.

Installation

To use this Node, you must enable omni.entity.spawn.core in the Extension Manager.

Inputs

Name

Type

Description

Default

transform

matrixd[4]

Transform matrix.

useTranslation

bool

Whether translation is used.

True

useRotation

bool

Whether rotation is used.

True

useScale

bool

Whether scale is used.

True

Outputs

Name

Type

Description

Default

transform

matrixd[4]

Transform matrix.