Move to Transform

Perform a transformation maneuver, moving a prim to a target transformation given a speed and easing factor. Transformation, Rotation, and Scale from a 4x4 transformation matrix will be applied Note: The Prim must have xform:orient in transform stack in order to interpolate rotations

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

Execute In (execIn)

execution

The input execution

Stop (stop)

execution

Stops the maneuver

prim

target

The prim to be transformed

usePath

bool

When true, the ‘primPath’ attribute is used, otherwise it will read the connection at the ‘prim’ attribute

False

primPath

path

The source prim to be transformed, used when ‘usePath’ is true

Target Transform (target)

matrixd[4]

The desired local transform

speed

double

The peak speed of approach (Units / Second)

1.0

exponent

float

The blend exponent, which is the degree of the ease curve (1 = linear, 2 = quadratic, 3 = cubic, etc).

2.0

Outputs

Name

Type

Description

Default

Finished (finished)

execution

The output execution, sent one the maneuver is completed