This page has been translated automatically.
Видеоуроки
Interface
Essentials
Advanced
Полезные советы
Программирование на C#
Принципы работы
Свойства (properties)
Компонентная Система
Рендер
Физика
Редактор UnigineEditor
Обзор интерфейса
Работа с ассетами
Настройки и предпочтения
Работа с проектами
Настройка параметров узла
Setting Up Materials
Setting Up Properties
Освещение
Landscape Tool
Sandworm (Experimental)
Использование инструментов редактора для конкретных задач
Extending Editor Functionality
Встроенные объекты
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Objects
Sound Objects
Players
Программирование
Основы
Настройка среды разработки
Примеры использования
UnigineScript
C++
C#
Унифицированный язык шейдеров UUSL
File Formats
Rebuilding the Engine Tools
GUI
Двойная точность координат
API
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
Работа с контентом
Оптимизация контента
Материалы
Art Samples
Tutorials
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Obstacle Sphere

An obstacle sphere is a sphere-shaped obstacle that is detected and bypassed by other objects during pathfinding. The obstacle sphere can be added, for example:

  • For the sphere-shaped nodes (huge boulders, bushes and so on) that are placed inside a navigation area and should be bypassed.
  • For the areas (lakes and so on) that should be bypassed.

An obstacle sphere and a bush

See also#

  • The ObstacleSphere class to manage sphere-shaped 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 <UnigineSDK>/data/samples/paths folder:
    • obstacle_00
    • route_01
    • route_02

Adding Obstacle Sphere#

To add a sphere obstacle to the scene via UnigineEditor:

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

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

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

Editing Obstacle Sphere#

On the Node tab of the Parameters window, you can adjust the following parameters of the obstacle sphere:

Obstacle Mask The obstacle mask of the obstacle sphere 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 spheres that should be ignored during pathfinding.
Radius Radius of the obstacle sphere, in units.
Last update: 24.11.2020
Build: ()