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

ARTTracker 插件

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

The ARTTracker plugin provides integration with ARTTRACK systems (optical motion capture hardware) from ART.ARTTracker 插件提供了与 ART 的 ARTTRACK 系统(光学运动捕捉硬件)的集成。

ARTTracker guarantees a high reliability especially in big tracking volumes. It is the best solution for interaction with the ART Fingertracking and Motion Capture applications.ARTTracker 保证了高可靠性,尤其是在大跟踪量的情况下。它是与 ART FingertrackingMotion Capture 应用程序交互的最佳解决方案。

The plugin can receive the following types of data:该插件可以接收以下类型的数据:

  • Single marker data单标记数据
  • Standard body data标准体数据
  • Inertial body data惯性体数据
  • A.R.T. flystick dataA.R.T. 飞杆数据
  • Measurement tool data测量工具数据
  • A.R.T. fingertracking hand dataA.R.T. 手指追踪手部数据
  • A.R.T. human joint model dataA.R.T. 人体关节模型数据

When the plugin is loaded, the engine.dtrack class with a bunch of functions is added to UnigineScript.当插件加载时,带有一堆函数的 engine.dtrack 类被添加到 UnigineScript 中。

注意
For more details see the ARTTracker plugin sample and visit the official website.有关更多详细信息,请参阅 ARTTracker插件示例并参观官方网站。

See Also也可以看看#

  • The sample <UnigineSDK>/data/samples/plugins/arttracker样本 <UnigineSDK>/data/samples/plugins/arttracker

Using the Plugin使用插件#

To open the world containing a sample do the following:要打开包含样本的世界,请执行以下操作:

  • Specify the extern_plugin command line option on the application start-up:在应用程序启动时指定 extern_plugin 命令行选项:

    命令行
    main_x64 -extern_plugin "UnigineARTTracker"
  • Click File -> Open World (Ctrl + O) or open the Asset Browser window, go to the samples/plugins folder and choose the arttracker.world file.单击 File -> Open World (Ctrl + O) 或打开资源浏览器窗口,转到 samples/plugins 文件夹并选择 arttracker.world 文件。

System Requirements系统要求#

  • DTrack2 software should be installed in your network or PC.DTrack2 软件应安装在您的网络或 PC 中。
最新更新: 2024-01-12
Build: ()