This page has been translated automatically.
Programming
Fundamentials
Setting Up Development Environment
UnigineScript
High-Level Systems
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Bounds-Related Classes
Containers
Controls-Related Classes
Core Library
Engine-Related Classes
GUI-Related Classes
Node-Related Classes
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
Rendering-Related Classes
Utility Classes
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

ARTTracker Add-On

The ARTTRACK System is an optical tracking system used for motion capturing.

An ARTTracker add-on is used for integration UNIGINE 2 with the ARTTRACK System: it allows for processing data received from cameras for its further visualization in real-time.

Warning
The add-on is available only in the Professional and Sim Unigine SDKs.

Launching ARTTracker

To use the add-on, you should perform the following:

  1. Install the ARTTracker add-on (available via UNIGINE SDK Browser in the Add-Ons section).
  2. Go to the Projects tab of the SDK Browser and choose Other Actions -> Configure Project -> Add-ons.
  3. Move the ARTTracker 1.0 add-on to the In Use area and click Ok.
  4. Specify the extern_plugin command line option on the application start-up:
    Shell commands
    main_x86 -extern_plugin "ARTracker"
Last update: 2017-07-03
Build: ()