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
Pathfinding 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
Rendering-Related Classes
Работа с контентом
Оптимизация контента
Материалы
Art Samples
Tutorials
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

CigiTrackerControl Class

Warning
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to Sim SDK edition to use it.
Header: #include <UnigineCIGIConnector.h>

CigiTrackerControl Class

Members


int getViewID ( ) #

Returns the view ID specified in the packet.

Return value

View ID.

int getTrackerID ( ) #

Returns the tracker ID specified in the packet.

Return value

Tracker ID.

int getTrackerEnabled ( ) #

Returns the value of the Tracker Enable parameter specified in the packet.

Return value

Tracker Enable parameter value: 1 if the tracking device is enabled; otherwise, 0.

int getBoresightEnabled ( ) #

Returns the value of the Boresight Enable parameter specified in the packet. The boresight enable mode is used to reestablish the tracker’s “center” position at the current position and orientation.

Return value

Boresight Enable parameter value: 1 if the boresight state of the tracking device is enabled; otherwise, 0.
Notice
When enabled, the Host shall send a Motion Tracker Control packet with Boresight Enable set to Disable (0) to return the tracker to normal operation. The IG shall continue to update the boresight position each frame until that occurs.

int getGroupSelect ( ) #

Returns the value of the View/View Group Select parameter specified in the packet.

Return value

View/View Group Select parameter value: 1 if the tracking device is attached to a view group; 0 - if the tracking device is attached to a single view.

const ivec3 & getPositionEnabled ( ) #

Returns a three-component vector providing X, Y, and Z coordinates.

Return value

Vector of three integer values. Each value determines the corresponding coordinate (X, Y, Z).

const ivec3 & getRotationEnabled ( ) #

Returns a three-component vector combining Roll/Pitch/Yaw Enable values specified in the packet. Each value determines whether the rotation around the corresponding axis (roll, pitch, yaw) is enabled.

Return value

Vector of three integer values. Each value determines whether the rotation around the corresponding axis (Roll, Pitch, Yaw) is enabled: 1 - enabled; 0 - disabled.
Last update: 24.11.2020
Build: ()