Obstacle Capsule
An obstacle capsule is a capsule-shaped obstacle that is detected and bypassed by other objects during pathfinding. The obstacle capsule can be added, for example, for the capsule-shaped nodes (trunks, columns, chimney shafts and so on) that are placed inside a navigation area and should be bypassed.
An obstacle capsule and a fur
The obstacle capsule is set by radius and height, where:
- radius is the radius of the cylinder and hemispheres of the capsule.
- height is the height of the cylinder of the capsule.
See also
- A ObstacleCapsuleclass to edit capsule obstacles via UnigineScript
- The PathRouteclass to create 2D and 3D routes among obstacles
- The article on Creating Routes
- A set of articles on Navigation Areas
- A set of samples located in the data/samples/paths folder:
- obstacle_00
- route_01
- route_02
Adding Obstacle Capsule
To add a capsule obstacle to the scene via UnigineEditor:
- Run UnigineEditor.
- On the Menu bar, click Create -> Path -> Obstacle Capsule.
- Click somewhere in the world to place the obstacle.
The new obstacle capsule will be added to UnigineEditor and you will be able to edit it via the Nodes panel. See also the example on obstacle usage.
Editing Obstacle Capsule
On the Obstacle tab of the Nodes panel, you can adjust the following parameters of the obstacle box:
Obstacle | Obstacle mask. The obstacle mask of the obstacle capsule must match the obstacle mask of the route that is calculated during pathfinding. Otherwise, the obstacle will not be taken into account during pathfinding. Also by using the obstacle mask, you can specify obstacle spheres that should be ignored during pathfinding. |
---|---|
Radius | Radius of the obstacle capsule in units. |
Height | Height of the obstacle capsule in units. |
Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)