TeslaSuit Plugin
You should upgrade to
Teslasuit is a full-body haptic feedback suit that uses electric impulses to create sensations, traces the body motions, and captures the user's biometrics.
The Teslasuit plugin provides integration with the suit and related software.
The plugin allows controlling the Teslasuit service receiving the following types of data:
- User motions
- Haptic feedback
- Biometry
- Information about the suit
See Also#
- Teslasuit Plugin classes
- C++ sample illustrating the basic aspects of working with the plugin: source/samples/3rdparty/TeslaSuit
System Requirements#
Teslasuit SDK should be installed in your network or PC. Otherwise the plugin would not work.
Implementing Unigine Application with Teslasuit Support#
To use the Teslasuit plugin in your UNIGINE application, perform the following:
- Download and install the Teslasuit SDK.
-
Create a new project with Teslasuit support via UNIGINE SDK Browser: click Plugins, check the Teslasuit support (TeslaSuit plugin) option in the form that opens and click OK.
Teslasuit Plugin on Plugins PanelTo add Teslasuit support to the existing project, in UNIGINE SDK Browser, click Other Actions -> Configure Project -> Plugins -> Teslasuit support (TeslaSuit plugin) -> OK. - Implement your application.
- Launch the Teslasuit plugin on the application start-up.
Launching TeslaSuit Plugin#
To use the plugin, you should specify the extern_plugin command line option on the application start-up:
main_x64 -extern_plugin "TeslaSuit"
If you run the application via UNIGINE SDK Browser, specify the command-line options given above in the Customize Run Options form.