This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
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
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

TeslaSuit 插件

警告
本文介绍的功能在 Community SDK 版本中不可用。
您应该升级到 Sim SDK版本才能使用它。

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.Teslasuit 是一种全身触觉反馈套装,它使用电脉冲来产生感觉、追踪身体运动并捕获用户的生物特征。

The Teslasuit plugin provides integration with the suit and related software.Teslasuit 插件提供了与套装和相关软件的集成。

The plugin allows controlling the Teslasuit service receiving the following types of data:该插件允许控制 Teslasuit 服务接收以下类型的数据:

  • User motions用户动作
  • Haptic feedback触觉反馈
  • Biometry生物测定
  • Information about the suit西装的相关信息

注意
Teslasuit is available for Windows only.Teslasuit 仅适用于 Windows

See Also也可以看看#

System Requirements系统要求#

Teslasuit SDK should be installed in your network or PC. Otherwise the plugin would not work.Teslasuit SDK 应安装在您的网络或 PC 中。否则插件将无法工作。

Implementing Unigine Application with Teslasuit Support使用 Teslasuit 支持实现 Unigine 应用程序#

To use the Teslasuit plugin in your UNIGINE application, perform the following:要在 UNIGINE 应用程序中使用 Teslasuit 插件,请执行以下操作:

  1. Download and install the Teslasuit SDK.下载并安装 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.通过 UNIGINE SDK 浏览器创建一个支持 Teslasuit 的新项目:单击 Plugins,在打开的表单中选中 Teslasuit support (TeslaSuit plugin) 选项,然后单击 OK

    Teslasuit Plugin on Plugins PanelPlugins 面板上的 Teslasuit 插件
    注意
    To add Teslasuit support to the existing project, in UNIGINE SDK Browser, click Other Actions -> Configure Project -> Plugins -> Teslasuit support (TeslaSuit plugin) -> OK.要将 Teslasuit 支持添加到现有项目,请在 UNIGINE SDK Browser 中单击 Other Actions -> Configure Project -> Plugins -> Teslasuit support (TeslaSuit plugin) -> OK
  3. Implement your application.实施您的应用程序。
  4. Launch the Teslasuit plugin on the application start-up.发射应用程序启动时的 Teslasuit 插件。

Launching TeslaSuit Plugin启动 TeslaSuit 插件#

To use the plugin, you should specify the extern_plugin command line option on the application start-up:要使用该插件,您应该在应用程序启动时指定 extern_plugin 命令行选项:

命令行
main_x64 -extern_plugin "UnigineTeslaSuit"

If you run the application via UNIGINE SDK Browser, specify the command-line options given above in the Customize Run Options form.如果您通过 UNIGINE SDK 浏览器运行应用程序,请在 Customize Run Options 表单中指定上面给出的命令行选项。

最新更新: 2024-01-12
Build: ()