Path: Difference between revisions

From ENIGMA
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
[[ Image:lgmpatheditor.png | thumb | 250px | The [[LateralGM]] Path Editor ]]
A '''path''' is a resource in ENIGMA which allows instances to be moved along a straight or a curved line. Paths can be made in LGM path editor and stored in the executable itself or be created at runtime.
A '''path''' is a resource in ENIGMA which allows instances to be moved along a straight or a curved line. Paths can be made in LGM path editor and stored in the executable itself or be created at runtime.
==Uses==
==Uses==
Paths are very useful for smooth movement and animations. They are also used in [[Path Finding|motion planning]]. Instances can be assigned to paths and it will move along it with the given speed and direction.
Paths are very useful for smooth movement and animations. They are also used in [[Path Finding|motion planning]]. Instances can be assigned to paths and it will move along it with the given speed and direction. They can be useful for creating moving platforms.

Revision as of 01:00, 9 September 2017

The LateralGM Path Editor

A path is a resource in ENIGMA which allows instances to be moved along a straight or a curved line. Paths can be made in LGM path editor and stored in the executable itself or be created at runtime.

Uses

Paths are very useful for smooth movement and animations. They are also used in motion planning. Instances can be assigned to paths and it will move along it with the given speed and direction. They can be useful for creating moving platforms.