TeslaSuit 插件
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西装的相关信息
See Also也可以看看#
- Teslasuit Plugin classesTeslasuit 插件班级
- C++ sample illustrating the basic aspects of working with the plugin: source/samples/3rdparty/TeslaSuit说明使用插件的基本方面的 C++ 示例:source/samples/3rdparty/TeslaSuit
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 插件,请执行以下操作:
- Download and install the Teslasuit SDK.下载并安装 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.通过 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。 - Implement your application.实施您的应用程序。
- 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 表单中指定上面给出的命令行选项。