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) |
|
The input execution |
|
Stop (stop) |
|
Stops the maneuver |
|
prim |
|
The prim to be transformed |
|
usePath |
|
When true, the ‘primPath’ attribute is used, otherwise it will read the connection at the ‘prim’ attribute |
False |
primPath |
|
The source prim to be transformed, used when ‘usePath’ is true |
|
Target Transform (target) |
|
The desired local transform |
|
speed |
|
The peak speed of approach (Units / Second) |
1.0 |
exponent |
|
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) |
|
The output execution, sent one the maneuver is completed |