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
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
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

ARTTracker Plugin

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.

The ARTTracker plugin provides integration with ARTTRACK systems (optical motion capture hardware) from ART.

ARTTracker guarantees a high reliability especially in big tracking volumes. It is the best solution for interaction with the ART Fingertracking and Motion Capture applications.

The plugin can receive the following types of data:

  • Single marker data
  • Standard body data
  • Inertial body data
  • A.R.T. flystick data
  • Measurement tool data
  • A.R.T. fingertracking hand data
  • A.R.T. human joint model data

When the plugin is loaded, the engine.dtrack class with a bunch of functions is added to UnigineScript.

Notice
For more details see the ARTTracker plugin sample and visit the official website.

See Also#

  • The sample <UnigineSDK>/data/samples/plugins/arttracker

Using the Plugin#

To open the world containing a sample do the following:

  • Specify the extern_plugin command line option on the application start-up:

    Shell commands
    main_x64 -extern_plugin "UnigineARTTracker"
  • Click File -> Open World (Ctrl + O) or open the Asset Browser window, go to the samples/plugins folder and choose the arttracker.world file.

System Requirements#

  • DTrack2 software should be installed in your network or PC.
Last update: 2024-01-12
Build: ()