This page has been translated automatically.
Видеоуроки
Interface
Essentials
Advanced
Подсказки и советы
Основы
Программирование на C#
Рендеринг
Professional (SIM)
Принципы работы
Свойства (properties)
Компонентная Система
Рендер
Физика
Редактор UnigineEditor
Обзор интерфейса
Работа с ассетами
Настройки и предпочтения
Работа с проектами
Настройка параметров ноды
Setting Up Materials
Настройка свойств
Освещение
Использование инструментов редактора для конкретных задач
Расширение функционала редактора
Встроенные объекты
Ноды (Nodes)
Объекты (Objects)
Эффекты
Декали
Источники света
Geodetics
World-ноды
Звуковые объекты
Объекты поиска пути
Players
Программирование
Основы
Настройка среды разработки
Примеры использования
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Плагины
Форматы файлов
Materials and Shaders
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
Работа с контентом
Оптимизация контента
Материалы
Визуальный редактор материалов
Сэмплы материалов
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Point Objects

Warning
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to Engineering / Sim SDK edition to use it.

Houses, landmarks, and other such objects are placed at specific points of the terrain. Two shape types can be selected and used for point object placement:

  • Point — the object is placed at the position specified by the point and oriented the same way as when saved to a *.node file.

    An example of setting points is given here.

  • Line — the object is placed at the position specified by the first point, while the second point determines the orientation of the object's forward direction vector (positive Y).

    An example of setting lines is given here.

The object location and details are retrieved from vector data sources (*.shp and *.geojson assets).

Filter settings are described here.

Parameters#

Node

The path to the primary object's *.node file.

The process of creating an object is described here.

Notice
Intersections should be enabled for any type of the primary object.
Use as Fence Option for lengthy objects such as fences and pipes. When creating point objects, this option should be disabled.
Autosize

Autosizing for lengthy objects such as fences and pipes. If enabled, basic objects are stretched and placed with zero-spacing so that bounding boxes of the first and the last basic objects are aligned with start and end points of the line segment respectively.

Disabling this option makes the following parameters available:

Step Distance between two adjacent basic objects, in units.
Start offset Offset of the first basic object's pivot from the start point of the line segment, in units.
End offset Offset of the last basic object's pivot from the end point of the line segment, in units.
Fit to size Enables stretching/shrinking of basic objects so that they are placed along line segments without spaces between them.
Collider

Flag indicating if collisions for the generated object are to be detected.

Notice
Available only for geometry type.
Drop To Ground Flag indicating if the generated object will be aligned with the terrain surface.
Height Offset (m)

Distance from the terrain surface along the Z-axis, in meters.

Notice
If you see the generated object partially, You can try to increase this value to lift it above the terrain surface.
Bake To Cluster If enabled, bakes generated point objects to Mesh Cluster. If disabled, generated objects are added to the world hierarchy as NodeReference objects.
Forward Axis Axis which determines the orientation of the primary object: X, -X, Y, -Y.
Split Billboards Length (km)

This parameter is required if your primary object is a billboard, to control the number of Billboards objects to be generated due to area splitting:

  • Low values will increase the number of generated Billboards objects.
  • High values will reduce this number.
Notice
The maximum number of billboards contained in a single Billboards object is limited to 8000. Thus, the number of generated Billboards objects is also affected by the total number of points, where the Billboards are to be placed. Although Billboards are performance-friendly, generating too many of them may reduce performance.
Last update: 10.10.2022
Build: ()