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
Core Library
Containers
Engine Classes
Node-Related Classes
Rendering-Related Classes
Physics-Related Classes
Bounds-Related Classes
GUI-Related Classes
Controls-Related Classes
Pathfinding-Related Classes
Utility Classes
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Perception Neuron Add-On

Perception Neuron is a motion capture technology that includes 9-axis sensor units and allows for recording data received from these sensors in real-time.

A Perception Neuron add-on is used for integration UNIGINE 2 with this technology: it allows for processing data received from sensors for its further visualization in real-time.

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

Launching Perception Neuron

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

  1. Install the Perception Neuron 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 Perception Neuron 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 "Neuron"
Last update: 2017-07-03
Build: ()