This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
VR Development
Double Precision Coordinates
API
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Obstacle Capsule

The 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 size of the Obstacle Capsule is set using the following parameters:

  • Radius — the radius of the cylinder and hemispheres of the capsule.
  • Height — the height of the cylinder of the capsule.

See also#

  • The ObstacleCapsule class to manage capsule obstacles via API
  • The PathRoute class 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 an Obstacle Capsule to the scene via UnigineEditor:

  1. Run UnigineEditor.
  2. On the Menu bar, click Create -> Navigation -> Obstacle Capsule.

  3. Click somewhere in the world to place the obstacle.

A new Obstacle Capsule is added to UnigineEditor and you can edit it via the Parameters window. See also the example on obstacle usage.

Editing Obstacle Capsule#

On the Node tab of the Parameters window, you can adjust the following parameters of the Obstacle Capsule:

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 is not taken into account during pathfinding. Also by using the Obstacle mask, you can specify Obstacle Capsule that should be ignored during pathfinding.
Radius Radius of the capsule, in units.
Height Height of the capsule, in units.
Last update: 2023-12-19
Build: ()