VRTRIX Glove Demo Scenes - VRTRIX/VRTRIXGlove_Unity3D_SDK GitHub Wiki

Getting Started with VRTRIX Glove Demo Scenes

There are three demo scenes included in this release of Unity3D plugin:VRTRIXGloveDataStreaming, VRTRIXGloveVR and VRTRIXGloveVRInteraction.

VRTRIXGloveDataStreaming

This scene demonstrate the basic data read and real-time rendering from the glove under 3D mode. The main script of this scene is VRTRIXGloveSimpleDataRead, which calls the member function from the C# wrapper class VRTRIXDataWrapper.Basic functions such as start/pause/resume data streaming, vibration(haptic feedback), software reset, hardware calibration are included in this script.

VRTRIXGloveVR

This scene demonstrate the basic data read and real-time rendering from the glove under VR mode. The main script of this scene is VRTRIXGloveVR, which is similar to VRTRIXGloveSimpleDataRead, but integrated with VR positional tracking and left-right hand order detection.

VRTRIXGloveVRInteraction

Except the basic data read in VR, this scene add some interaction methods so that you can simply integrate interactable objects, throwable objects, teleporting to your projects. The main scripts of this scene are VRTRIXGloveVRInteraction and VRTRIXGloveGrab. VRTRIXGloveVRInteraction handles the data reading and VRTRIXGloveGrab handles the interaction with objects in the scene.

Moreover, scripts under VRTRIXHardware folder integrates customized VR tracking objects with data glove. In this example scene, the data glove can interact with the virtual objects as well as real-world objects.