This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
UnigineEditor
界面概述
资产工作流程
设置和首选项
项目开发
调整节点参数
Setting Up Materials
Setting Up Properties
照明
Landscape Tool
Sandworm
使用编辑器工具执行特定任务
Extending Editor Functionality
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Objects
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
Usage Examples
UnigineScript
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
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
创建内容
Content Optimization
Materials
Art Samples
Tutorials
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

TeslaSuit 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.

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

Notice
Teslasuit is available for Windows only.

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:

  1. Download and install the Teslasuit SDK.
  2. 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 Panel
    Notice
    To add Teslasuit support to the existing project, in UNIGINE SDK Browser, click Other Actions -> Configure Project -> Plugins -> Teslasuit support (TeslaSuit plugin) -> OK.
  3. Implement your application.
  4. 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:

Shell commands
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.

Last update: 2021-04-29
Build: ()