Transform Path
Transform Path is a succession of transformations based on an arbitrary path. The objects that are made children of the Transform Path can move along with these transformations.
See also#
- The WorldTransformPath class to manage Transform Path via API
Adding Transform Path#
To add Transform Path to the scene via UnigineEditor, do the following:
Adding Objects Moving along the Path#
To make objects move along the path, do the following:
- Make the object a child of the path.
-
Set the same initial positions for the object and the path.
If the object coordinates differ from the path coordinates, the object will have the corresponding offset relative to the path. - To put the object in motion, click Play on the Node tab.
- Adjust the playback parameters.
Parameters#
In the Node tab of the Parameters window, you can adjust the following parameters of Transform Path:
Path | Sets a path to the new *.path file. |
---|---|
Orientation | Indicates whether the object should be oriented along the path or keep its initial position. |
Playback Parameters#
Transform Path has the following playback parameters:
Loop | Loops the transformation defined by the path. |
---|---|
Update Distance Limit | Sets the distance from the camera within which the object should be updated. |
Time |
Sets the time, from which the playback of the transformation defined by the path starts. If the object is oriented along the path, its transformation corresponds to the path transformation at the specified time. Otherwise, only the object position is changed. |
Speed |
Sets the speed of the transformation playback. Negative values provide the reverse playback. |
Play | Continues playback of the transformation defined by the path if it has been paused, or starts the playback, if it has been stopped. |
Stop | Stops the playback of the transformation defined by the path. This function saves the playback position so that playing of the transformation defined by the path can be resumed from the same point. |
Last update:
2024-08-17
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)