Translate To Location
Perform a smooth translation maneuver, translating a prim to a desired point given a speed and easing factor
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 translated |
|
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 |
|
The desired local position |
|
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 |